Retrieve a contact

Retrieves a Contact object.

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Contact
idstring
Unique identifier for the object.
phone_numberstringformat: "phone-number"
The contact's phone number in E.164 format.
emailstring or nullformat: "email"
The contact's email address.
first_namestring or null
The contact's first name.
last_namestring or null
The contact's last name.
metadatamap from strings to strings or null

Set of key-value pairs that will be stored with the object.