Create an experience
POST/folders/:folderResourceId/experiences
Creates an empty experience in the given folder and returns it, along with the Studio URL to open it. The caller needs create-experience rights on that folder; a caller without them, or a folder that does not exist, responds 404 rather than 403, so folder existence is not leaked. API key callers are limited to 30 requests per minute per account, after which the endpoint responds 429 with a Retry-After header.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429