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.

FieldTypeDescription
idintegerCustomer id
buyer_phonestring | null
buyer_emailstring | null
full_namestring | null
created_atdatetime

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.