cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_DESCRIBE_ACTION_SCHEMA' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "SALESFORCE_DESCRIBE_ACTION_SCHEMA", "parameters": { "recordType": "<string>", "operation": "<string>" } } '
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 Type
Operation Type value for example CREATE_RECORD or UPDATE_RECORD
Success
Was this page helpful?