Skip to main content
POST
/
set_phone_agent
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>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Private Key

Body

application/json
phone
string
required
agent_id
string | null

Response

Successful Response