Postman Collection

Get started with the Cisco Edge Intelligence Release 2.0 API using our Postman collection. This collection provides preconfigured requests, helping you quickly explore the API's functionality. Simply import the collection into Postman, and you're ready to authenticate, make requests, and interact with the API seamlessly.

Use the "Run in Postman" button to launch our Postman collection with one-click.

Run in Postman

Note: You must have a Postman account or create one to use the "Run in Postman" feature. You can use the web-based Postman app if you do not prefer to install it locally.

Generate a Bearer Token with Postman

The Cisco Edge Intelligence Release 2.0 API requires token-based authentication. You can generate tokens and interact with the API using Postman.

To create a bearer token and access the Cisco Edge Intelligence API:

  1. Send the POST request: <Cisco Edge Intelligence Host Port>/api/v2/edge-intelligence/token.
  2. Postman prompts you to enter the Edge Intelligence user's username and password.
  3. After a few seconds, a token is displayed in the Body area. Copy the token.
  4. In the Authentication tab:
    1. From the Auth Type drop-down menu, choose Bearer Token.
    2. In the Token field, enter the copied token.
  5. Using this token, you can use any Cisco Edge Intelligence API operation.

The bearer token is valid for 30 minutes. For subsequent API requests, generate a new token.