Customers
List your customers and retrieve a single customer. This resource is read-only — only GET is supported.
List customers
/api/v1/customers/Lists the seller's customers. Paginated — see Page through list results.
Response
Status: 200 OK — paginated.
| Field | Type | Description |
|---|---|---|
id | integer | Customer id |
buyer_phone | string | null | — |
buyer_email | string | null | — |
full_name | string | null | — |
created_at | datetime | — |
Retrieve a customer
/api/v1/customers/{id}/Retrieves a single customer with the same fields as the list item. Read-only — only GET is supported on this resource.