User
Call Management
Phones
Conversational AI
Agents
Knowledge Base
Campaigns
Call Management
Phones
Conversational AI
API Reference
Agents
Knowledge Base
Campaigns
User
Phones
Purchase Phone Number
POST
/
phones
/
purchase
Copy
curl --request POST \
--url https://api-west.millis.ai/phones/purchase \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"country": "<string>",
"area_code": "<string>",
"street": "<string>",
"city": "<string>",
"state_region": "<string>",
"postal_code": "<string>"
}'
Copy
"<any>"
Headers
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
curl --request POST \
--url https://api-west.millis.ai/phones/purchase \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"country": "<string>",
"area_code": "<string>",
"street": "<string>",
"city": "<string>",
"state_region": "<string>",
"postal_code": "<string>"
}'
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.