Public API
10/2024
Fetch end user information and react to Identity Intelligence threat detection using Cisco Identity Intelligence.
Authorization
Prerequisites
Generate client API credentials:
Sign in to Cisco Identity Intelligence.
From the Integrations tab, click Add Integration.
Scroll down and click Add API Client.
Provide a Name and Description.
Click Save and generate credentials.
Click Copy all to copy the credentials to your clipboard.
Exchange the client credentials for an access token
Send a POST request to the tokenUrl with the following body:
Extract the access_token from the response. An access token is valid for 10 hours.
When invoking the public API requests set an Authorization header with the value
Bearer <value of
access_token
>
Using a Postman Collection
Import the attached Postman collection JSON file and follow the instructions in the collection overview tab.
Last updated