Capabilities

Check which Voyced API functions and read or write permissions are enabled for the current key.

GETcapabilities.read
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.
Sandbox only

Test this endpoint

Run a real read-only Sandbox request and inspect the result.

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.
Request a new token when the current token has expired.
GETRequest preview
GET https://sandbox.voycedconnect.eu/v1/capabilities

The documentation proxy accepts approved Sandbox GET requests only. It cannot call Live. It does not place credentials in cookies, browser storage or URLs.