Skip to main content
GET
/
app
/
auth
/
passkeys
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "passkeys": [
      {
        "id": "Q3JlZGVudGlhbC1JRC1leGFtcGxl",
        "alias": "MacBook Touch ID",
        "origin": "https://app.meridian.local",
        "disabled_at": null,
        "created_at": "2026-05-01T09:44:30Z"
      },
      {
        "id": "Q3JlZGVudGlhbC1JRC1zZWNvbmQ",
        "alias": "iPhone Face ID",
        "origin": "https://app.meridian.local",
        "disabled_at": null,
        "created_at": "2026-05-01T09:20:10Z"
      }
    ]
  },
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Passkey credentials for current user

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026