Headers
Private Key
Path Parameters
Body
application/json
Response
Successful Response
curl --request POST \
  --url https://api-west.millis.ai/campaigns/{campaign_id}/set_caller \
  --header 'Content-Type: application/json' \
  --data '{
  "caller": "<string>"
}'{
  "success": true
}curl --request POST \
  --url https://api-west.millis.ai/campaigns/{campaign_id}/set_caller \
  --header 'Content-Type: application/json' \
  --data '{
  "caller": "<string>"
}'{
  "success": true
}Private Key
Successful Response