Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

client_session_id
string

ID of the client session that you want to retrieve.

Minimum string length: 1
user_identifier_key
string

Your user ID for the user by which you want to filter client sessions.

Minimum string length: 1
connect_webview_id
string | null

ID of the Connect Webview for which you want to retrieve client sessions. Specify null to retrieve client sessions that are not associated with a Connect Webview.

without_user_identifier_key
boolean

Indicates whether to retrieve only client sessions without associated user identifier keys.

user_identity_id
string | null

ID of the user identity for which you want to retrieve client sessions. Specify null to retrieve client sessions that are not associated with a user identity.

Response

OK

client_sessions
object[]
required