Generate your API key
The Braincube API uses API keys to authenticate requests. You can view and manage your API keys in the Account App
How to use your API key
Once your access token has been created, you can make authenticated requests using your API key using in the Header :
x-api-key: "YOUR-API-KEY"
All requests must be made over HTTPS. API requests without authentication or over HTTP will fail.
Security note
warning
It’s important to remember that your Braincube API key provides full account access, so you should keep it secure, as you would with a password. Because of the potential security risks associated with exposing account API keys.