Contacts
Retrieve a contact
Retrieve a contact by id from connected CRMs
GET
/
crm
/
contacts
/
{id}
Authorizations
Headers
The connection token
Path Parameters
id of the contact
you want to retrive.
Query Parameters
Set to true to include data from the original CRM software.
Response
200 - application/json
The first name of the contact
The last name of the contact
The email addresses of the contact
The phone numbers of the contact
The addresses of the contact
The UUID of the user who owns the contact
The custom field mappings of the contact between the remote 3rd party & Panora
The UUID of the contact
The id of the contact in the context of the Crm 3rd Party
The remote data of the contact in the context of the Crm 3rd Party
The created date of the object
The modified date of the object
Was this page helpful?