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.
API tools
Postman Sandbox starter bundleCollection, Sandbox environment and setup README
Download ZIPPostman setup guideExact import, environment and token steps
Open guideOpenAPI specificationVoyced API v1 public contract
Download YAMLPostman collectionCollection only, for users who already have an environment
Download JSONPostman Sandbox environmentSandbox URL with empty protected credential fields
Download JSONPostman Live environmentUse only after Voyced has enabled Live access
Download JSONCode examples
Full PHP Sandbox testComplete token and read-only API test in one PHP file
Download ZIPcURL and shellSandbox token and customer request
DownloadPHPSandbox token and customer request in a PHP file
Download ZIPNode.jsSandbox token and customer request
DownloadPythonSandbox token and customer request
DownloadAutomation platforms
n8n starter workflowsConnection check, low balance and active-number examples
View downloadsMake setup worksheetHTTP module reference settings
Download JSON