Skip to main content

Retrieve a contact

Retrieves a contact object.

Parameters

No parameters.

Returns

Returns the contact object for a valid identifier.

get
/api/contacts/{id}
curl https://{workspace}.documocu.com/api/contacts/{id} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"address": null,
"city": null,
"color": "#9ee9a1",
"country": null,
"created_at": "2024-05-14T08:59:34+00:00",
"email": "[email protected]",
"first_name": "Claudine",
"full_name": "Claudine Muller",
"id": "con_ody240o93zzuch5n7412od42",
"job_title": null,
"last_name": "Muller",
"organization": null,
"phone_number": null,
"postal_code": null,
"state": null,
"updated_at": "2024-05-14T08:59:34+00:00"
}