Content Hub Admin API
The Content Hub Admin API is a GraphQL API that lists the entity definitions in your Sitecore Content Hub instance. You only see the entities and relations that you have permission to view.
The Content Hub Admin API should not be used for production purposes.
Base URL
The base URL of the Admin API is:
<CONTENT_HUB_URL>/api/graphql/admin/v1
Where <CONTENT_HUB_URL>
is your Content Hub instance URL.
Integrated development environment (IDE)
The URL of the Content Hub Admin API IDE is:
<CONTENT_HUB_URL>/api/graphql/admin/ide
Where <CONTENT_HUB_URL>
is your Content Hub instance URL.
Endpoints
The Content Hub Admin API exposes a single endpoint:
Endpoint |
HTTP Verb |
---|---|
|
|
Headers
The following header is required:
Name |
Format |
Purpose |
---|---|---|
|
Authentication token |
Token used to authenticate requests. |
When you are logged in to Content Hub, authentication is inherited from the browser and you do not need additional authentication.
Request body
The body of the request is a GraphQL query.
Response format
The response of the request is a GraphQL-formatted response.