Phones
Import Phone Number
Call Management
Phones
Conversational AI
Agents
Knowledge Base
Campaigns
Call Management
Phones
Conversational AI
API Reference
Agents
Knowledge Base
Phones
Import Phone Number
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
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
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>"