Connection testing
Use the read-only connection test to confirm that authentication and customer access work before you build more steps.
GET/v1/test
What it checks
- The bearer token is valid.
- The key is linked to a Voyced customer.
- Customer details can be read.
- Active account and telephone-number totals can be checked.
- The key has assigned permissions.
- No customer information is changed.
Recommended order
- Request a Sandbox bearer token.
- Run
GET /v1/test. - Run
GET /v1/capabilities. - Test the specific endpoints your integration needs.
cURL
curl --request GET \
--url 'https://sandbox.voycedconnect.eu/v1/test' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_BEARER_TOKEN'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.