Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you have familiarized yourself with the Vonage Contact Center (VCC) APIs, you might want to run some requests.

Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColorgrey
borderStylesolid
titleIn this page
Table of Contents
Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColorblack
borderStylesolid
titleTry it out
Image Removed Image Removed Image Removed

How do I try out Vonage Contact Center APIs?

To enable you to quickly try out the APIs, we have provided them in a Postman collection.

Warning
titleUsing Postman

Running API requests in Postman runs the endpoints on your LIVE data. You will be viewing, creating, updating, and deleting real data.


Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColorblack
borderStylesolid
titleTry it out

Image Added Image Added Image Added

What is a Postman collection?

...

Some endpoints require a value that is part of the endpoint itself—this is a path parameter. For example, the GET /users/{userId} endpoint in the User Admin API requires a value for the userId parameter in the request. The endpoint uses the value to return data relating to the corresponding user only. In the path, replace <insert user ID here> with a specific userId. 

Code Block
languagejs
themeMidnight
https://{{region}}.api.newvoicemedia.com/useradmin/users/8e22b1fe-d2ea-403d-8c03-50eb21188e79

...