Skip to main content
POST
/
app
/
auth
/
passkeys
/
register
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "credential_id": "Q3JlZGVudGlhbC1JRC1leGFtcGxl"
  },
  "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.

Body

application/json
id
string
required
rawId
string
required
type
string
required
Example:

"public-key"

response
object
required
alias
string | null
Example:

"MacBook Touch ID"

Response

Passkey credential registered

success
boolean
required
Example:

true

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