cURL
curl --request GET \ --url https://api.panora.dev/crm/engagements/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve an Engagement in any CRM Platform using this endpoint
id of the engagement you want to retrieve.
Set to true to include data from the original Crm software.
The response is of type object.
object