POST
/
phones
/
import
curl --request POST \
  --url https://api-west.millis.ai/phones/import \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "country": "<string>",
  "provider": "vonage",
  "phone": "<string>",
  "region": "<string>",
  "api_key": "<string>",
  "api_secret": "<string>",
  "app_id": "<string>"
}'
"<any>"

Headers

authorization
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.