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.

  1. In a personal workspace on Postman, select the + button to add a new collection.

  2. Select the new collection to open it, select the Authorization tab and in the Type drop-down list, select Basic Auth.

  3. In the username field, enter the username of the user with which you want to make the API call; for example admin.

  4. In the password field enter the API token for the user; for example, API token.

  5. In the personal workspace, find three dots besides the new collection and choose Add request.

    Here you will create the GET incident API call.

  6. Select the newly "added request" and select GET from the drop-down list.

  7. Select the Authorization tab for the request and from the Type drop-down list, select Inherit auth from parent.

  8. Create an API call like this: https://pov.crosscipher.com/connect/api/v1/incidents?limit=10?status=New

  9. You will receive relevant data in the bottom panel.

  10. You can create custom queries by using the knowledge base and adding appropriate arguments to your API query.