Authentication
Subscription API uses OAuth 2.0 bearer token
(API key) to authorize requests. Requests with an incorrect or missing
Authorization header will fail with an error.Send your requests over HTTPS and authenticate using the Authorization header in the following format: Authorization: Bearer <YOUR_SUBSCRIPTION_API_KEY>.
The Subscription API key is available only to subscription admins.
- Provides access to projects and users under a specific subscription.
- Provides the ability to use any of the Management API and Subscription API endpoints.
- Dynamically inherits the permissions of the user who creates it.
- Go to Kontent.ai.
- Click your initials in the bottom left corner.
- Click Subscriptions.
- Select a subscription you want to manage.
- In Subscription API, click Copy to clipboard for the Subscription API key.
Format: Bearer <YOUR_SUBSCRIPTION_API_KEY>