Get a Client Session

Get a specified client session

Returns a specified client session.

/client_sessions/get

post

Returns a specified client session.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_session_idstring Β· uuidOptional

ID of the client session that you want to get.

user_identifier_keystringOptional

User identifier key associated with the client session that you want to get.

Responses
200

OK

application/json
post
/client_sessions/get

Request

Specify the desired client session by including the corresponding client_session_id or user_identifier_key in the request body.

Request Body Parameters

Parameter
Type
Description

client_session_id

String Optional

ID of the desired client session.

user_identifier_key

String Optional

Your own internal user ID for the user associated with the client session to retrieve.

Sample Request

Response

Returns a client_session containing the following properties:

Property
Description

workspace_id

ID of the workspace that contains the client session

token

Client session token associated with the client session

user_identifier_key

Your own internal user ID for the user

created_at

Date and time at which the client session was created

client_session_id

ID of the client session

device_count

Number of devices to which the client session grants access

connected_account_ids

Array of connected account IDs associated with this client session

connect_webview_ids

Array of Connect Webview IDs associated with the client session

user_identity_ids

Array of user identity IDs on behalf of which which the client session may act

Sample Response

Last updated

Was this helpful?