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

  1. Request a Sandbox bearer token.
  2. Run GET /v1/test.
  3. Run GET /v1/capabilities.
  4. 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'
Sandbox only

Test this endpoint

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

Open the full Sandbox tester
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/test

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