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.

Warning

The Content Hub Admin API should not be used for production purposes.

Base URL

The base URL of the Admin API is:

RequestResponse
<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:

RequestResponse
<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

~/api/graphql/admin/v1

POST

Headers

The following header is required:

Name

Format

Purpose

X-Auth-Token

Authentication token

Token used to authenticate requests.

Note

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.

Do you have some feedback for us?

If you have suggestions for improving this article,