Skip to main content

GET /v1/auth/trusted-browsers

List the caller's trusted browsers.

::: tip Auth Required: cookie or Bearer. :::

Request

GET /v1/auth/trusted-browsers

Response

200 OK

[
{
"id": "c3f1d4e2-...",
"label": "MacBook at home",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_5)...",
"ip_address": "203.0.113.42",
"created_at": "2026-05-15T10:30:00+00:00",
"last_seen_at": "2026-05-28T08:14:22+00:00",
"expires_at": "2026-06-14T10:30:00+00:00"
}
]

Error responses

StatusCodeWhen
401authentication_requiredNo valid auth credential.

Notes

  • Revoked or expired entries are excluded.
  • Sorted by created_at descending.