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
The response is of type object
.