Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

EDR: How to setup Postman using Rest API

EDR: How to setup Postman using Rest API

Environment

  • CB Response all versions

Objective

How to setup Postman using REST API

Resolution

Steps to configure Postman:

  1. Launch Postman.
  2. Create a new collection (folder) for your API requests.
  3. Create a new request and add it to the collection created in step 2.
  4. Select the request type as GET
  5. Enter the request URL - https://<CBRESPONSE-SERVER-URL>/api/v1/sensor
  6. Under the API request, go to headers and add a new header:
    • Header key: X-Auth-Token
    • Header value: <API_KEY>
  7. Click send!
  8. If all goes well, view the response.

Additional Notes

  • You don’t need to install Postman to use the REST API, the steps below can be done using curl on your command line.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎08-23-2021
Views:
620
Contributors