Sending an Outbound Call Request via Postman

SteStart adding POST as the type of the API request

Step by Step

  1. Start adding POST as the type of the API request.

2. Add the endpoint based on agent region

EU region --> https://studio-api-eu.ai.vonage.com/telephony/make-call

US region --> https://studio-api-us.ai.vonage.com/telephony/make-call

3. Continue with the headers --> X-Vgai Key (Don't forget to add the value of the Vgai key after you generated it)

You can find the X-Vgai-Key on the top right of your canvas. Click on the "user" icon, and then "Generate API Key".

4. Then add the BODY of the request. Make sure your body tag is set as JSON. Learn more about syntax here.

Last updated

Was this helpful?