API management
All REST API calls require authentication. In order to make successful requests to the REST API, you must provide a valid form of authorization. The Incident Response REST API supports authenticating via a REST API key.
Account API keys have access to all of the data on an account.
The API key should be sent in the request as part of an
Authorization
header,
using this
format:Authorization: IRToken 82e7d204dbb09110d03aa08d139619fcOjJX6jLBhmzP
Note: If
the API key is incorrect, you will receive a
401 Unauthorized
response.