D
dotCMS GraphQL API
Details
- Endpoint
-
/api/v1/graphql - Spec
- introspection
- Docs
- https://www.dotcms.com/docs/graphql
Authentication
Authorization: Bearer <credential> Use the dotCMS admin UI or API token endpoint documented at API Authentication. Easiest path: in the dotCMS admin panel go to System → Users, select the user, open API Access Tokens, and request a new token. Administrators can also mint one programmatically by POSTing user credentials to /api/v1/authentication/api-token as shown in the docs. The returned token is then sent as Authorization: Bearer <token>.