Create a unique session for a customer or guest
For customer sessions: Provide customer_id For guest sessions: Set is_guest_session=True and omit customer_id
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Session Request Schema
Return URL
Customer Id (required for customer sessions, must be None for guest sessions)
Set to True to create a guest session
Idle Timeout in Seconds
Session Key
Successful Response
Customer Session Response Schema
URL to which the user should be redirected after the session is created or expires. This is usually the destination in the organisation's portal for follow-up steps.
Opaque token representing the current session. Use this token to authenticate session-specific requests.
Indicates if this session was created as a guest session (True for guests, False for registered customers).