Delivery API
The Delivery API is a GraphQL endpoint that exposes 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
If you're using a sandbox, the base URL is:
https://edge-beta.sitecorecloud.io/api/graphql
Delivery IDE
https://edge.sitecorecloud.io/api/graphql/ide
Endpoints
The Delivery API exposes a single endpoint:
Endpoint |
HTTP Verb |
---|---|
|
|
Headers
The API key you use to authenticate with the Delivery API can be added to the HTTP HEADERS
tab of your Integrated Development Environment (IDE). Use the following format, but replace the sample value with your own unique key:
{
"X-GQL-Token":"aEtSNzBsTaEtSNzBMA"
}
Get Delivery API data
To get the Delivery API data:
-
On the menu bar, click Manage.
-
On the Manage page, click Settings.
-
On the Settings page, click PublishingSettings.
-
On the PublishingSettings details page, click Delivery API data.
-
In the Delivery API data dialog, you can copy the contents of any fields you want, such as Delivery URL, Authority URL, OAuth audience, Client ID, or Client secret. These credentials let you access the Delivery API directly.