Get Contact by Phone
Retrieve a contact by phone number. At most one contact exists per phone number in an organization.
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Path Parameters
Phone number of the contact, E.164 preferred. Other formats are normalized before the lookup; a number that cannot be parsed is rejected with 400.
Response
Contact found.
Unique identifier for the contact.
Organization this contact belongs to.
Phone number of the contact.
Epoch milliseconds when the contact was created.
First name of the contact.
Last name of the contact.
Whether this contact should not be called.
CRM record ID from the external provider.
Custom fields defined in CRM config.
Number of conversations (calls and chats) associated with this contact.
Epoch milliseconds of the most recent conversation with this contact.
Epoch milliseconds when the contact was last modified.

