API Key Management
Each API is provided its own set of API Keys to manage. You will be provided a default API Key for every new API you create. You can add as many as you like, add remove them. It is also possible to disable the API Key, which has the effect of keeping it but blocking its use.
Security using Authorization header
Section titled “Security using Authorization header”The API Key is used by clients that want to use the API. It’s used in the HTTP standard Authorization header.
Authorization: bearer <attainable-api-key>