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:
Register the hostname. Add the CNAME and TXT records to verify domain ownership.
Check the status. Ensure that it is active before using the hostname.
Note the following:
You must have an Organization Admin or Organization Owner role in Sitecore Cloud Portal.
To use this REST API, you must authenticate your API requests.
All API requests are made in your production environment.
For more information, see the official Sitecore Portal developer documentation.
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:
Log in to Sitecore Cloud Portal.
In the top-right corner of the menu bar, click your profile
> API tokens.
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.
https://edge-platform-admin-api.sitecorecloud.io/
Organizations
The Organizations API lets you create and manage custom hostnames in your organization.