C
Craft CMS GraphQL API
Details
- Endpoint
-
https://<your-craft-site>/actions/graphql/api - Spec
- introspection
- Docs
- https://craftcms.com/docs/5.x/development/graphql.html
Authentication
Authorization: Bearer <credential> In your Craft CMS control panel, go to GraphQL → Schemas, create or select a private schema, then generate a token for that schema as described in the GraphQL API docs. Send it as Authorization: Bearer {token}. Requests without a token use the public schema only if you have explicitly enabled it.