Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
client_session_id
string

ID of the client session that you want to retrieve.

connect_webview_id
string

ID of the Connect Webview for which you want to retrieve client sessions.

user_identifier_key
string

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

user_identity_id
string

ID of the user identity for which you want to retrieve client sessions.

without_user_identifier_key
boolean

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

Response

OK

client_sessions
object[]
required