Delivery API
The Delivery API is a GraphQL API that provides access to your approved and published content, optimized for performance and high availability. Use this API for all production-related actions. You can set up the delivery API playground to test your published content. For reference, you can use the Query examples for the Delivery API.
Base URL
Base URL
The base URL for the Delivery API is https://edge.sitecorecloud.io/api/graphql.
IDE
IDE
The URL of the IDE of the Delivery API is https://edge.sitecorecloud.io/api/graphql/ide.
Endpoints
Endpoints
The Delivery API exposes a single endpoint:
|
Endpoint |
HTTP verb |
|---|---|
|
|
|
Headers
Headers
You must authenticate with an API key for all requests to the Delivery API:
|
Name |
Format |
Purpose |
|---|---|---|
|
|
API key token |
API key token generated using the |
Request body
Request body
The body of the request is a GraphQL query.
Response format
Response format
The response to the request is a GraphQL-formatted response.