Skip to content

GraphQL Endpoint

Accessing the endpoint

The GraphQL Endpoint will always be at this url.

{ServerUrl}/api/graphql/:repo

Params

:repo - Name of repository in CM Box

In order to query this endpoint you will need the authorization token generated by this endpoint:

API token generation

{ServerUrl}/api/user/integration_token

Accessing this endpoint will generate a token that will work for 12 months.

Once you have this token, you can use the GraphQL explorer or Postman to test your queries.

You will also need add it to your project to give the CMBox interface access to GraphQL.