sessions
Get Session
Get a specific session for a user.
If session_id is provided as a query parameter, it uses that (must match JWT session_id). Otherwise, it uses the session_id from the JWT token.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Session ID to retrieve. If not provided, uses JWT token