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 to which you want to grant access to resources.

connect_webview_ids
string[]

IDs of the Connect Webviews that you want to associate with the client session.

connected_account_ids
string[]

IDs of the connected accounts that you want to associate with the client session.

user_identifier_key
string

Your user ID for the user that you want to associate with the client session.

user_identity_id
string

ID of the user identity that you want to associate with the client session.

user_identity_ids
string[]
deprecated

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.

ok
boolean
required