Submit a deployment for review

Submits a deployment for review. Before calling this endpoint, use the Build a project and Deploy a project build endpoints to generate and retrieve the deployment ID. The Require review and approval toggle must be enabled in Workspace admin > Settings > Deployments to access this endpoint.

Path parameters

managed_user_idstringRequired

Embedded customer ID/external ID. The External ID must be URL encoded and prefixed with an E. For example, EA2300.

idintegerRequired
The unique identifier of the deployment to submit for review.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
successboolean
Indicates whether the deployment has been successfully submitted for review.

Errors