Skip to main content
GET
/
campaigns
/
v1
/
insurance-calling
/
calls
/
{call_id}
/
status
Get Call By Call Id
curl --request GET \
  --url https://api-prod.interactly.ai/campaigns/v1/insurance-calling/calls/{call_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

call_id
string
required

Campaign configuration ID

Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response