cURL
curl --request GET \ --url https://api.voxo.co/v2/messaging/get-provisioned-numbers \ --header 'Authorization: Bearer <token>'
{ "provisionedNumbers": [ { "number": "<string>" } ], "total": 123 }
Get SMS-provisioned phone numbers for the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Provisioned numbers
SMS-provisioned phone numbers
Show child attributes
Total provisioned numbers
Was this page helpful?
Contact support