POST
/
set_phone_agent
curl --request POST \
  --url https://api-west.millis.ai/set_phone_agent \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": "<string>",
  "agent_id": "<string>"
}'
"<any>"

Headers

authorization
string | null

Private Key

Body

application/json
phone
string
required
agent_id
string | null

Response

200
application/json
Successful Response

The response is of type any.