Kentico · GraphQL Specification

Kentico Xperience GraphQL API

Xperience by Kentico provides a per-channel headless GraphQL API whose schema is **auto-generated** at runtime from the content types configured in each headless channel. There is no single static schema — every headless channel exposes its own endpoint, and the types, queries, filters, and sorters are derived from the content type definitions registered in that channel. Schema exploration is available via the built-in Banana Cake Pop/Nitro IDE at `/graphql/ui`.

Documentation Endpoint View on GitHub CMSContent ManagementDigital Experience PlatformGraphQLREST.NETHeadlessE-commerceDigital MarketingPersonalizationGraphQL

Overview

Kentico Xperience GraphQL API is a GraphQL API specification published by Kentico on the APIs.io network.

Xperience by Kentico provides a per-channel headless GraphQL API whose schema is auto-generated at runtime from the content types configured in each headless channel. There is no single static schema — every headless channel exposes its own endpoint, and the types, queries, filters, and sorters are derived from the content type definitions registered in that channel. Schema exploration is available via the built-in Banana Cake Pop/Nitro IDE at /graphql/ui.

The GraphQL endpoint is available at https://<domain>/graphql/<headless-channel-guid>. documentation is published at https://docs.kentico.com/documentation/developers-and-admins/development/content-retrieval/retrieve-headless-content.

The specification includes 4 reference links.

Tagged areas include CMS, Content Management, Digital Experience Platform, REST, and .NET.

Endpoint

`https:///graphql/`

References

Back to Kentico · All GraphQL Specs · GitHub