Skip to main content
POST
/
api
/
v1
/
campaigns
/
{campaign_id}
/
calls
Campaign Calls
curl --request POST \
  --url https://api.example.com/api/v1/campaigns/{campaign_id}/calls \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

campaign_id
string
required

The ID of the campaign.

Body

application/json

Response

Successful Response