v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBcontacts
Retrieve a contact
Retrieves the details of an existing contact.
get/{account}/contacts/{contact}
Path parameters
accountinteger required
The account id
contactinteger required
The contact id
Response
Successfully retrieved the contact.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"label": "Default",
"first_name": "First",
"last_name": "User",
"organization_name": "Awesome Company",
"job_title": "CEO",
"address1": "Italian Street, 10",
"address2": "",
"city": "Roma",
"state_province": "RM",
"postal_code": "00100",
"country": "IT",
"phone": "+1.8001234567",
"fax": "+1.8011234567",
"email": "first@example.com",
"created_at": "2013-11-08T17:23:15Z",
"updated_at": "2015-01-08T21:30:50Z"
}
}