Skip to main content

Attach an order access token to the session

POST/session/order-access
Proves possession of an order by reading it upstream with the emailed order access token, then holds the token in the session so `GET /sales/orders/{orderId}` (and ticket downloads) work without the browser keeping it. Creates the session on a cold open, exactly like `POST /session`.

Request Body

Response

Token attached to the existing session.

status*"success"
data*any
metadata*any
Code Samples
No code examples available for this operation.

Try It