Get Contact
Retrieve a single contact resource by its UUID.
Endpoint
GET /client/{client_uuid}/contacts/{contact_uuid}
Parameters
There are no parameters for this endpoint.
Response
A successful response will return a 200 OK status code and a JSON object containing the contact details.
{
"uuid": "248808cd-f2a5-457f-af4d-c4ae1a3d41ce",
"name": "Jeremy Bearimy",
"email": "[email protected]",
"phone": "01234 567890",
"role": "Head of Timeline Operations"
}