v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Contacts

Get a contact

Returns a specific contact

get/contacts/{id}

Path parameters

idinteger required

Contact ID

Response

Successful response

idinteger
team_idinteger
client_idinteger
titlestring nullable
first_namestring
last_namestring
emailstring email
phonestring nullable

Example response

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