/
Public Contacts List
Cursor-paginated list of contacts.
- Mock serverhttps://docs.mercura.ai/_mock/openapi/contacts
- https://docs.mercura.ai/api/public/v1https://docs.mercura.ai/api/public/v1/contacts
- Productionhttps://prod-euapi.mercura.ai/api/public/v1/contacts
curl -i -X GET \
'https://docs.mercura.ai/_mock/openapi/contacts?parent_type=customer&parent_id=string&is_active=true&cursor=string&modified_since=2019-08-24T14%3A15%3A22Z&limit=1' \
-H 'authorization: string'Successful Response
Example:
[ { "created_at": "2026-02-03T10:16:00Z", "email": "t.weber@mustermann-elektro.example", "external_id": "ASP-00815", "id": 5567, "is_active": true, "is_default": true, "name": "Thomas Weber", "parent_id": "K-10042", "parent_type": "customer", "phone": "+49 211 5551020", "updated_at": "2026-07-05T11:03:00Z" } ]
Response
{ "data": [ { … } ], "next_cursor": "string" }