Using Postman to get incident data through the GET incident API
Follow the steps below in Postman to gather relevant incident data from Stellar Cyber.
-
In a personal workspace on Postman, select the + button to add a new collection.
-
Select the new collection to open it, select the Authorization tab and in the Type drop-down list, select Basic Auth.
-
In the username field, enter the username of the user with which you want to make the API call; for example
admin
. -
In the password field enter the API token for the user; for example,
API token
. -
In the personal workspace, find three dots besides the new collection and choose Add request.
Here you will create the
GET incident
API call. -
Select the newly "added request" and select GET from the drop-down list.
-
Select the Authorization tab for the request and from the Type drop-down list, select Inherit auth from parent.
-
Create an API call like this:
https://pov.crosscipher.com/connect/api/v1/incidents?limit=10?status=New
-
You will receive relevant data in the bottom panel.
-
You can create custom queries by using the knowledge base and adding appropriate arguments to your API query.