Skip to main content
GET
/
users
/
@me
/
mfa
/
webauthn
/
credentials
List WebAuthn credentials
curl --request GET \
  --url https://api.fluxer.app/v1/users/@me/mfa/webauthn/credentials \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "created_at": "<string>",
    "last_used_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Response

Success

id
string
required

The credential ID

name
string
required

User-assigned name for the credential

created_at
string
required

When the credential was registered

last_used_at
string | null
required

When the credential was last used