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.
To prevent sites without content being accessible to the query endpoint, mark these sites as internal.
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 |
---|---|
|
|
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
The body of the request is a GraphQL query.
Response format
The response to the request is a GraphQL-formatted response.