v1
latestOpenAPI 3.0.02026-08-068926279.2 KBContacts
Get a contact
Returns a specific contact
get/contacts/{id}
Path parameters
idinteger required
Contact ID
Response
Successful response
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"
}