Authentication
The OpenAPI implementation in Sitecore Content Hub� currently supports two security schemes:
-
X-Auth-Token header in request.
An API key is a token that a client provides when making API calls.
For more information, see API Keys.
Note
For more information, see API Keys as well as the Generate an API Token section in Test a domain.
OAuth 2:
Authorization header with Bearer tokens.
OAuth 2.0 is an authorization protocol that gives an API client limited access to user data on a web server.
Note
For more information about OAuth 2, see the OAuth 2.0 protocol and the Swagger specification.