Delivery API
The Delivery API is a GraphQL API that exposes your published content with an identical structure to the Preview API. It is optimized for performance and high availability. The Delivery API provides access only to approved and published content. Use this API for all production-related actions.
Base URL
The base URL for the Delivery API is:
https://edge.sitecorecloud.io/api/graphql
IDE
The URL of the IDE of the Delivery API is:
https://edge.sitecorecloud.io/api/graphql/ide
Endpoints
The Delivery API exposes a single endpoint:
Endpoint | HTTP Verb |
---|---|
https://edge.sitecorecloud.io/api/graphql/v1 | POST |
Headers
You need to authenticate with an API key for all requests to the Delivery API.
Name | Format | Purpose |
---|---|---|
X-GQL-Token | API key | API key generated using the Token API. |
Request body
The body of the request is a GraphQL query.
Response format
The response of the request is a GraphQL-formatted response.
Can we improve this article ? Provide feedback