Publish an experience
POST/experiences/:experienceResourceId/publish
Queues a publish of the experience and returns straight away with the URL the published experience will be served from. Publishing is asynchronous: a 202 means the job was accepted, not that the experience is live. Poll GET /experiences/{experienceResourceId}/publish until its status reaches completed or failed. Only Flex experiences can be published through this endpoint. Responds 400 when the experience is not a Flex one, 404 when it does not exist, is deleted, or the caller cannot publish it — existence is not leaked on permission failure — and 409 when a publish is already queued for it. API key callers are limited to 10 requests per minute per account, after which the endpoint responds 429 with a Retry-After header.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 429