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
required

The 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.