Browse docs
Locations
GET https://api.repwyn.app/account/locations
List the locations on your account.
POST https://api.repwyn.app/account/locations
Create a location.
| Field | Description |
|---|---|
name | Location name. |
address | Location address. |
Messages
GET https://api.repwyn.app/account/messages
List sent messages (review requests and reminders) with delivery status.
| Field | Description |
|---|---|
customer_id | Which customer the message was sent to. |
channel | email or sms. |
status | Delivery status, for example sent, delivered, opened, clicked, failed. |
sent_at | Timestamp the message was sent. |
Bearer authentication header of the form Bearer <token> applies to both resources. For the current, authoritative field list and response shapes, use the live interactive reference in your Repwyn dashboard under Settings > API.