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, and remove them. It is also possible to disable the API Key, which has the effect of keeping it but blocking its use.
Authorization header
Section titled “Authorization header”The API Key is used by clients making requests. It’s used in the HTTP standard
Authorization header with a prefix of bearer.
Authorization: bearer <attainable-api-key>