cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZENDESK_SELL_GET_RECORD_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZENDESK_SELL_GET_RECORD_BY_ID", "parameters": { "recordId": "<string>", "recordType": "contacts" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Record ID : Specify the record ID to fetch.
Specify the record type for this action
contacts
deals
leads
tasks
Success
Was this page helpful?