curl --request POST \
--url https://api-west.millis.ai/set_phone_agent \
--header 'Content-Type: application/json' \
--data '{
"phone": "<string>",
"agent_id": "<string>"
}'
"<any>"
curl --request POST \
--url https://api-west.millis.ai/set_phone_agent \
--header 'Content-Type: application/json' \
--data '{
"phone": "<string>",
"agent_id": "<string>"
}'
"<any>"
Private Key
Successful Response
The response is of type any
.