Headers
Private Key
Body
application/json
curl --request POST \
  --url https://api-west.millis.ai/campaigns \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'{
  "id": "<string>",
  "name": "<string>",
  "status": "idle",
  "records": [
    {
      "phone": "<string>",
      "metadata": {},
      "call_status": "not_started"
    }
  ],
  "created_at": 123
}curl --request POST \
  --url https://api-west.millis.ai/campaigns \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'{
  "id": "<string>",
  "name": "<string>",
  "status": "idle",
  "records": [
    {
      "phone": "<string>",
      "metadata": {},
      "call_status": "not_started"
    }
  ],
  "created_at": 123
}Private Key