Download OpenAPI specification:Download
Manage user authenticators, such as WebAuthn credentials, TOTP authenticators, and more. These APIs allow you to view and manage the authenticators that were registered for a given user.
List of authenticators for a user
List of user authenticators
[- {
- "id": "string",
- "type": "totp",
- "name": "string",
- "status": "Active",
- "user_id": "string",
- "registered_at": "2019-08-24T14:15:22Z",
- "last_successful_authentication": "2019-08-24T14:15:22Z",
- "last_failed_authentication": "2019-08-24T14:15:22Z",
- "last_accessed_app_id": "string",
- "last_accessed_org_id": "string",
- "extra_data": {
- "email": "string",
- "verified": true,
- "verified_at": "2019-08-24T14:15:22Z"
}
}
]