Skip to main content
POST

Authorizations

seam-publishable-key
string
header
required

Body

application/json
connect_webview_ids
string[]

IDs of the Connect Webviews for which you want to create a client session.

connected_account_ids
string[]

IDs of the connected accounts for which you want to create a client session.

customer_id
string

Customer ID that you want to associate with the new client session.

customer_key
string

Customer key that you want to associate with the new client session.

Minimum string length: 1
expires_at
string<date-time>

Date and time at which the client session should expire, in ISO 8601 format.

user_identifier_key
string

Your user ID for the user for whom you want to create a client session.

Minimum string length: 1
user_identity_id
string<uuid>

ID of the user identity for which you want to create a client session.

user_identity_ids
string<uuid>[]
deprecated

Deprecated. Use user_identity_id instead.

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

Required array length: 1 element

Response

OK

client_session
object
required

Represents a client session. If you want to restrict your users' access to their own devices, use client sessions. See the client_session object.