Session
Get user session
Endpoint: GET /v1/users/{user_id}/sessions
This endpoint retrieves all sessions associated with a specific user identified by their user_id.
Parameters
user_id
string
requiredThe unique ID of the user.
Response Parameters
session_id
string
The unique identifier for the session.
created_at
string
Timestamp of when the session was created.