POST
/
calling
/
outbound
/
bulk
curl --request POST \
  --url https://prod-api.ringg.ai/ca/api/v0/calling/outbound/bulk \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "agent_id": "<string>",
  "list_id": "<string>",
  "from_numbers": [
    "<string>"
  ]
}'
{}

Headers

X-API-KEY
string
required

Body

application/json

Response

200 - application/json

Successful Response

The response is of type object.