Waiting for engine...
Skip to main content

Spaces Embed Service APIs - EmbedLaunch

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Embed launch

Entry point for the embedded Spaces iframe: verifies the Auth0 launch token, creates a server-side session, and redirects into the embedded app.

Launch the embedded Spaces iframe

Verifies the token against the resolved tenant's JWKS, guards against replay attacks using the jti claim, creates a session, sets the session cookie, and issues an HTTP 302 redirect to /app/**.

Error Handling: All error responses return text/html. The HTTP status codes documented below represent the actual status returned (i.e., errors are not served as 200 OK pages).

query Parameters
token
required
string

Auth0-signed launch JWT (id_token).

Responses

Response samples

Content type
text/html
No response body. See the Location and Set-Cookie response headers above.