cURL
curl --request PATCH \ --url https://api-prod.interactly.ai/campaigns/v1/campaigns/{campaign_id}/calls/{call_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>", "reason": "<string>", "errorCode": "<string>", "errorMessage": "<string>", "collectedInformation": {}, "reviewStatus": "<string>", "retry": false, "reviewChecklist": {} } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Patch a call by its ID in a campaign.
Retrieve your API Key from Dashboard API Keys Section.
Campaign configuration ID
24
"5eb7cf5a86d9755df3a6c593"
Successful Response