cURL
curl --request GET \ --url https://api.panora.dev/crm/contacts \ --header 'x-connection-token: <x-connection-token>'
{ "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 all contacts from all connected CRMs using one endpoint
{ "id_contact": "f4e1ff72-e727-409a-8935-a63a63d4891e" "first_name": "John" "last_name": "Doe" }
The connection token
Set to true to include data from the original CRM software.
The response is of type object.
object