- Public Customers List
About
About
Public Customers Bulk Upsert
Public Customers Get
Public Customers List
Cursor-paginated list of customers.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/customers
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/customers
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/customers
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/customers?cursor=string&modified_since=2019-08-24T14%3A15%3A22Z&limit=1' \
-H 'authorization: string'Successful Response
Example:
[ { "address": { … }, "created_at": "2026-02-03T10:15:00Z", "custom_fields": { … }, "customer_id": "K-10042", "emails": [ … ], "id": "K-10042", "name": "Elektro Mustermann GmbH", "updated_at": "2026-07-12T14:22:10Z", "vat_id": "DE123456789" } ]
Response
{ "data": [ { … } ], "next_cursor": "string" }