Skip Navigation

Authentication of requests

All requests require authentication in the form of an
X-IAUTH
header in all HTTP requests. This is an API key granted via license. If you have any questions about the API key, contact
BlackBerry
customer support.

Format of the API key code

The API key code must be a 32-character hexadecimal (0-9, A-F) key, with all letters in uppercase. Using lowercase letters results in the request being denied with a 401 (Unauthorized) response.
Example
GET /apiv2/centroids HTTP/1.0 Host: inf-data.cylance.com X-IAUTH: 1234567890ABCDEF1234567890ABCDEF