v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Contact

List Contacts

Returns the list of all the Contacts within your organization.

get/contacts

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

Response

OK

Example response

{
  "data": [
    {
      "id": "550e8402-e29b-41d4-a716-446655440000",
      "first_name": "John",
      "last_name": "Doe",
      "email": "john.doe@example.com",
      "locale": "fr",
      "phone_number": "+41446667700",
      "company_name": "Acme Corp",
      "job_title": "Dynamic Communications Director",
      "address_line_1": "742 Evergreen Terrace",
      "address_line_2": "Apt. 2B",
      "address_city": "Springfield",
      "address_postal_code": "62704",
      "address_country": "United States",
      "workspace_id": "550e8402-e29b-41d4-a716-446655440000"
    }
  ]
}