Skip to main content
POST
/
v2
/
admin
/
phone-numbers
/
sms
/
provision
Provision SMS
curl --request POST \
  --url https://api.voxo.co/v2/admin/phone-numbers/sms/provision \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "number": "<string>"
}
'
{
  "name": "<string>",
  "message": "<string>",
  "code": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
number
string
required

Phone number

Maximum string length: 11
campaignId
string

10DLC campaign ID

Maximum string length: 255
enabled

Enable SMS provisioning (1 = yes, 0 = no)

Available options:
1

Response

Provisioning result