Use Voyced with Postman

Import the Voyced collection and Sandbox environment, add credentials in the correct fields and run the requests in order.

Keep credentials private

Use a personal or controlled Postman workspace. Keep credential values local and marked as sensitive. Never export or share an environment after adding real credentials.

Read the security checklist
Postman does not prompt for values after import
Import both files, select Voyced Sandbox, then open that environment and enter the key and secret yourself.

Download this first

Set it up

1

Import both JSON files

Extract the ZIP. In Postman, select Import and choose both JSON files.

2

Select Voyced Sandbox

Choose Voyced Sandbox in Postman's environment selector. Do this before opening or running a request.

3

Enter the credentials in the environment

Open Environments → Voyced Sandbox. The URL is already filled in. Add your key and secret in the local value fields, then save.

VariableWhat to enter
base_urlAlready set to https://sandbox.voycedconnect.eu/v1
api_keyYour Sandbox API key
api_secretYour Sandbox API secret
access_tokenLeave empty. Request 1 fills this automatically.
telephone_numberAdd an active number after running the telephone numbers request.
queue_idAdd a returned queue ID before running one-queue requests.
ivr_idAdd a returned IVR ID before running one-IVR requests.
Keep the values local and secure

Set api_key, api_secret and access_token as sensitive local values. Do not use shared values and do not export the environment after adding credentials.

4

Run 1. Request bearer token

The test script stores the returned bearer token in access_token. Later requests use it automatically.

5

Run the read requests in order

Start with Test connection and Capabilities. Then list numbers, queues and IVRs before filling their ID variables.

6

Review write requests before sending

Follow-Me, queue and IVR update requests contain example bodies. Replace the examples with values from your own Sandbox results.

Move to Live

After Sandbox testing and approval, import the Live environment, select it, enter the separate Live credentials and request a new token. Never copy a Sandbox token into the Live environment.

Collection JSON on its own is not enough
The collection contains placeholders. The separate environment provides the URL and the fields where credentials belong.