XM Cloud Deploy API
XM Cloud Deploy uses a REST API to manage projects, environments, and deployments. You can use this API or the Sitecore CLI to automate XM Cloud Deploy operations.
The base URL of the XM Cloud Deploy API is https://xmclouddeploy-api.sitecorecloud.io/
.
The XM Cloud Deploy API documentation is generated using Swagger UI.
Generate an access token for the XM Cloud Deploy API
The XM Cloud Deploy API uses JSON Web Token (JWT) access tokens for authentication. You can use the access token for API call authentication and to authorize when testing in the Swagger UI.
To generate an access token for the XM Cloud Deploy API:
-
Use the client ID and client secret to request a JWT. The
access_token
value is your access token.