Sitecore Edge Platform Admin API (1.0)

Use the Edge Platform Admin API to create, retrieve, update, and delete custom hostnames in your organization.

This REST API lets you interact with:

  • The custom hostname object. Use a custom hostname to serve content or direct traffic to specific web services or applications under your organization's domain.

After creating a custom hostname, you must:

Note the following:

For more information, see the official Sitecore Portal developer documentation.

Authentication

The Edge Platform Admin API uses bearer authentication.

Bearer authentication involves security tokens called bearer tokens, which are generated in response to a login request.

To get the bearer token:

  1. Log in to Sitecore Cloud Portal.

  2. In the top-right corner of the menu bar, click your profile profile > API tokens.

  3. Click Copy to clipboard.

You can now start making REST API requests. You must include this token in the authorization header of every request you make.

Download OpenAPI description
Overview
License Apache 2.0
Languages
Servers
Production server
https://edge-platform-admin-api.sitecorecloud.io/

Organizations

The Organizations API lets you create and manage custom hostnames in your organization.

Operations