Downloads

Download the full Postman starter bundle, API specification and tested starter examples.

Protect your Voyced access from the first test

Your API credentials can access customer information and the functions allowed for that key. Treat the API secret like a password. Store it only in protected server-side settings or a trusted secret store.

  • Never put an API key, API secret or bearer token in public code, browser JavaScript, screenshots, URLs or support messages.
  • Keep Sandbox and Live credentials separate. Give each integration only the permissions it needs.
  • Rotate the secret and disable the old key at once when exposure is suspected.
Read the security checklist

API tools

Postman setup guideExact import, environment and token steps
Open guide
OpenAPI specificationVoyced API v1 public contract
Download YAML
Postman collectionCollection only, for users who already have an environment
Download JSON
Postman Sandbox environmentSandbox URL with empty protected credential fields
Download JSON
Postman Live environmentUse only after Voyced has enabled Live access
Download JSON

Code examples

cURL and shellSandbox token and customer request
Download
PHPSandbox token and customer request in a PHP file
Download ZIP
Node.jsSandbox token and customer request
Download
PythonSandbox token and customer request
Download

Automation platforms

n8n starter workflowsConnection check, low balance and active-number examples
View downloads
Make setup worksheetHTTP module reference settings
Download JSON