v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/client_sessions

Get or Create a Client Session

Returns a client session with specific characteristics or creates a new client session with these characteristics if it does not yet exist.

post/client_sessions/get_or_create

Request body

connect_webview_idsstring[]

IDs of the Connect Webviews that you want to associate with the client session (or that are already associated with the existing client session).

connected_account_idsstring[]

IDs of the connected accounts that you want to associate with the client session (or that are already associated with the existing client session).

expires_atstring date-time

Date and time at which the client session should expire in ISO 8601 format. If the client session already exists, this will update the expiration before returning it.

user_identifier_keystring

Your user ID for the user that you want to associate with the client session (or that is already associated with the existing client session).

user_identity_idstring uuid

ID of the user identity that you want to associate with the client session (or that are already associated with the existing client session).

user_identity_idsstring[]

Deprecated. Use user_identity_id.

IDs of the user identities that you want to associate with the client session.

Response

OK