v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Contacts

List contacts

Returns a list of client contacts

get/contacts

Query parameters

team_idstring

Filter by team

Response

Successful response

Example response

{
  "data": [
    {
      "id": 1,
      "team_id": 1,
      "client_id": 1,
      "title": "Mr.",
      "first_name": "John",
      "last_name": "Doe",
      "email": "john@example.com",
      "phone": "555-1234"
    }
  ]
}