Repwyn
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

FieldDescription
first_name, last_nameCustomer name.
email, phoneContact info. At least one is required.
location_idThe location this customer belongs to, if you use locations.
tagsArray of tag slugs.
signup_dateUsed by request-strategy triggers based on signup anniversary.
unsubscribed_atSet 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.