Customers
List your customers and retrieve a single customer. This resource is read-only — only GET is supported.
List customers
GET /api/v1/customers/
Lists the seller's customers. Paginated.
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
GET /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.