Skip to main content

Session

A Session is created when a user makes a request to restricted API operations. A Session can be an AnonymousSession in the case of un-authenticated users, otherwise it is an AuthenticatedSession.

Signature

token

propertystring

expires

propertyDate

invalidated

propertyboolean

activeOrderId

propertyID

activeOrder

propertyOrder | null

activeChannelId

propertyID

activeChannel

propertyChannel | null

customFields

propertyCustomSessionFields
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page