List current user's Authrim browser sessions.
curl --request GET \ --url https://auth.example.com/api/account/sessions \ --cookie authrim_session=<authrim_session>Returns active Authrim browser sessions owned by the authenticated Account Page user.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Account Page session list response.
object
object
Browser family parsed from the login request User-Agent, when available.
Operating system family parsed from the login request User-Agent, when available.
General device class parsed from the login request User-Agent, when available.
ISO 3166-1 alpha-2 country captured from trusted edge metadata at login. This is null when the platform does not provide trusted country metadata, including non-Cloudflare deployments.
Example
{ "sessions": [ { "device_type": "desktop" } ]}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}Error response.
object
Stable Authrim error category that can be provided to support.
Opaque occurrence identifier that can be provided to support for correlation.
Example generated
{ "error": "example", "message": "example", "error_description": "example", "error_code": "example", "error_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"}