Authentication

Cortex uses an API key to authenticate HTTP requests. Find your API key in the drop down of your profile where it says View API Keys.

API requests should include your API key in the HTTP header.

Authorization: Bearer CORTEX_API_KEY

Last updated