Skip to content

Authentication

Most API endpoints require authentication using a Bearer token.

Generating an API Key

  1. In the web interface, go to My Account > API Keys.
  2. Click Generate a new key.
  3. Copy the key securely. It will not be shown again.

Using the API Key

Include the key in the Authorization HTTP header of your requests:

http
Authorization: Bearer YOUR_API_KEY

CoreSight Documentation