POST
/
organization
/
{sipId}
/
phone-number
curl --request POST \
  --url https://api.voxia.ai/organization/{sipId}/phone-number \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumbers": [
    "14155552671",
    "+442071234567"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

sipId
string
required

Body

application/json
phoneNumbers
string[]
required

Array of phone numbers with country codes

Example:
["14155552671", "+442071234567"]

Response

201
_mintlify/placeholder

phone number Created successfully.