Session management
Retrieves a specified session context. Recommended for performing calls on the management side.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Customer session ID.
The request was successful. Session context details are returned.
A session context with the provided ID was not found.
A server-side error occurred.
Updates a specified session context. Recommended for performing calls on the management side.
Note: To update a session context, you need to provide its current metadata.version value in the request body.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Customer session ID.
- If set to
trueand the session with the specified id does not exist, the session will be created. - If set to
falseor not specified, a standard update will be performed.
Customer access token.
Note: This header is only required if the session context belongs to a logged-in customer. In that case, the value of the token and the customerId in the request body must belong to the same customer.
The request was successful. The session context has been updated.
A session context with the provided ID was not found.
A server-side error occurred.
No content
Last updated
Was this helpful?

