Client Sessions
Get a Client Session
Returns a specified client session.
GET
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the client session that you want to get.
User identifier key associated with the client session that you want to get.
Minimum string length:
1Response
OK
Represents a client session. If you want to restrict your users' access to their own devices, use client sessions. See the client_session object.