Capabilities
Check which Voyced API functions and read or write permissions are enabled for the current key.
GET/v1/capabilities
Use this endpoint before enabling a feature in your integration. A key receives only the functions approved for that customer and environment.
Example response
{
"success": true,
"data": {
"customer": {"read": true},
"telephone_numbers": {"read": true},
"call_credit": {"read": true},
"call_history": {"read": true},
"follow_me": {"read": true, "write": true},
"call_queues": {"read": true, "write": false},
"ivrs": {"read": true, "write": false},
"recordings": {"read": false, "status": "not_available"},
"caller_id_management": {"write": false, "status": "not_available"}
}
}Do not assume write access
Show management controls only when the matching
write value is true.1
Get a token
Request a temporary Sandbox bearer token.
2
Prepare the request
Select the endpoint and add a number when required.
3
Run and check
Review the HTTP status, response time and JSON.
Use a bearer token onlyThe page sends the token through the protected documentation proxy to Voyced Sandbox for this request. It is not saved. Reset or leave the page to clear the field.
The documentation proxy accepts approved Sandbox GET requests only. It cannot call Live. It does not place credentials in cookies, browser storage or URLs.