Browse docs
Customers
GET https://api.repwyn.app/account/customers
List and filter customer records on your account.
POST https://api.repwyn.app/account/customers
Create a customer record.
PUT https://api.repwyn.app/account/customers/{id}
Update an existing customer record.
Common Fields
| Field | Description |
|---|---|
first_name, last_name | Customer name. |
email, phone | Contact info. At least one is required. |
location_id | The location this customer belongs to, if you use locations. |
tags | Array of tag slugs. |
signup_date | Used by request-strategy triggers based on signup anniversary. |
unsubscribed_at | Set when a customer has opted out of requests. |
Authentication
Bearer authentication header of the form Bearer <token>.
For the current, authoritative field list and response shapes, use the live interactive reference in your Repwyn dashboard under Settings > API.