Create customer or guest session
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
Authorizations
Body
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
Response
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).