cURL
curl --request GET \ --url https://api.panora.dev/crm/contacts/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "name": "<string>", "email_address": "<string>", "phone_number": "<string>", "details": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve a contact from any connected CRM
id of the contact you want to retrive.
contact
Set to true to include data from the original CRM software.
The response is of type object.
object