Auth

List auth sessions

Retrieve all active authentication sessions for the current user. Requires authentication.

get/auth/sessions

Response

Success

id_hashstring required

The base64url-encoded session id hash

masked_ipstring nullable required

Semi-redacted IP address recorded for this session

approx_last_used_atstring date-time nullable

Approximate timestamp of the last session activity

currentboolean required

Whether this is the current session making the request

Changes

No recorded changes to this endpoint across all 1 revision of this API.