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<uuid>

ID of the client session that you want to get.

user_identifier_key
string

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

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.