Authentication
In order to access any API resource, you must have an API key. This key must be passed in every call.
Generate an API key
API Keys can be generated (and revoked) from the administration area, under API.
Once a key is generated, it will not be shown again and cannot be recovered. If you loose the API key, you must revoke it and create a new one.
Usage
The API key must be passed in the HTTP header X-API-KEY
curl -H "X-API-KEY: cf678cab87dc1f7d1b95b964f15375e088461679" https://your.domain.com/api/incidents
Updated less than a minute ago
