API Authentication
HTTP requests to the API are protected with HTTP Bearer authentication. Set your project API key as the token on each request.
Header | Value |
---|---|
Authorization | Bearer <API_KEY> |
You can find your project API key in the 'Settings' tab from the Octane portal:

Updated over 1 year ago