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.

...

Postman collections are groups of API endpoints that you can send requests to. Vonage Contact Center API endpoints are stored within a collection that you can run to get, create, update, and delete data. For more information about Postman collections, see Postman help. Insert excerpt_ExcerptRunInPostman_ExcerptRunInPostmannopaneltrue

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

Image Added Image Added Image Added

How do I get the 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

...