cURL
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 }
Provision or deprovision SMS on a phone number
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number
11
10DLC campaign ID
255
Enable SMS provisioning (1 = yes, 0 = no)
1
Provisioning result
Was this page helpful?
Contact support