Own session management
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Responses
200
The request was successful. Session context details are returned.
application/json
404
A session context with the provided ID was not found.
application/json
500
A server-side error occurred.
application/json
get
/session-context/{tenant}/me/contextAuthorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$Body
Responses
204
The request was successful. The session context has been updated.
404
A session context with the provided ID was not found.
application/json
500
A server-side error occurred.
application/json
patch
/session-context/{tenant}/me/contextNo content
Last updated
Was this helpful?

