v1
latestOpenAPI 3.0.02026-08-067074272.5 KBContacts
Retrieves the contact with the specified phone number.
If a contact does not yet exist with this phone number in this dashboard, no content will be returned, and no error will be thrown. Only the dashboard specified will be searched; contacts are organized by dashboard, and there is no account level search for a number available.
get/dashboards/{dashboard_id}/contacts/{phone_number}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
phone_numberstring required
Phone number
Response
Contact with this number will be returned.
Example response
{
"phone_number": "13216547890",
"first_name": "John",
"last_name": "Smith",
"display_name": "John Smith",
"thread_id": "166382ad-72ce-466a-bc64-ce5247905e43",
"suppressed_reason": "Contact asked not to be texted.",
"note": "Lead from newsletter",
"groups": [
12,
26
],
"contact_tags": [
"a8608167-caf8-485c-a0c5-d97fb0fc9069",
"54b35406-189d-4e70-a170-c87e231f8ca3"
],
"custom_fields": [
{
"id": "cc63eb7d-3575-478f-b42e-1e64e40d41c9",
"value": "john.doe@gmail.com"
}
]
}