Autional Autional
API Reference GitHub autional.com →

GET /mfa/webauthn/credentials/{credential_id}

Get detailed information of a specified WebAuthn credential by ID. Reference: W3C WebAuthn Level 2, FIDO2 CTAP 2.1.

Multi-Factor Authentication `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Credential ID

Responses

StatusDescriptionSchema
200Credential Detailsdto.WebAuthnCredentialDataResponse
400Invalid Parametersgitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
404Credential Not Foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal Server Errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.WebAuthnCredentialDataResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.WebAuthnCredentialItem No
message string No
timestamp string No

dto.WebAuthnCredentialItem

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-05-20T08:00:00Z
credential_id string No cred_xyz789
device_info string No FIDO2
id string No wc_abc123
last_used_at string No 2026-05-25T08:00:00Z
name string No YubiKey 5C

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No