Home

Awesome

Postman for Webex Messaging and Admin APIs

This repo gathers Postman collections for Webex Messaging and Admin APIs.

Looking for other postman collections, check:

If you're new to Postman, you're only a few steps away from getting the full benefits of the collections:

  1. import and configure a collection
  2. generate code for your favorite language
  3. run collections as part of your CI/CD process via the newman command
  4. publish documentation via documenter.

We welcome pull requests for enhancements of existing collections, as well as contributions of collections that proved to be handy for you. When submitting a new collection, please ensure it leverages a {{access_token}} variable to ease environments sharing among collections. Thank you!

Webex Messaging API

Run in Postman

The collection regroups public resources for the Webex Messaging REST API, with direct links to the official API documentation. The collection a simple user account, no need admin priviledges are required.

public resources

Worth mentionning that the collection is scripted so that you can run REST calls in a row for any given resource:

Enough talk, let's practice:

memberships

Now, what about generating some code for your favorite language ?

Take the Generate Code Guide and have this Node.js code snippet automatically generated for the API Resource "List spaces":

generate code

Note that the collection is also rendered in HTML for quick browsing via Postman Documenter.

Webex Cards

Run in Postman

This collection lets you experiment Webex Cards and Buttons.

You'll need to create an environment with the following variables:

Webex Cards

Note that the collection is also rendered in HTML for quick browsing via Postman Documenter.

Webex Admin API

Run in Postman

The collection illustrates the REST API Administration Resources, with direct link to the Admin API documentation.

Note that the collection is also rendered in HTML for quick browsing via Postman Documenter.

admin-api

The People folder is populated with pre-request and post-request scripts in order to ease the creation of random accounts.

admin-api