EDR: How to setup Postman using Rest API
book
Article ID: 288607
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
How to setup Postman using REST API
Resolution
Steps to configure Postman:
- Launch Postman.
- Create a new collection (folder) for your API requests.
- Create a new request and add it to the collection created in step 2.
- Select the request type as
GET
- Enter the request URL -
https://<CBRESPONSE-SERVER-URL>/api/v1/sensor
- Example -
https://cb-response-server.carbonblack.com/api/v1/sensor
- Under the API request, go to headers and add a new header:
- Header key:
X-Auth-Token
- Header value:
<API_KEY>
- Click send!
- If all goes well, view the response.
Additional Information
- You don’t need to install Postman to use the REST API, the steps below can be done using
curl
on your command line.
Feedback
thumb_up
Yes
thumb_down
No