Skip to main content
GET
List FIDO MDS authenticator metadata

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Query Parameters

aaguids
string[]

Optional comma-separated authenticator AAGUIDs (UUID format) to look up. If omitted, all entries are returned.

Response

FIDO MDS authenticator metadata entries.

identifier
string
required

Canonical key for this entry (aaguid, aaid, or a u2f cert-key-id derived value).

identifierType
enum<string>
required

Which identifier family keys this entry.

Available options:
aaguid,
aaid,
u2f
name
string
required

Human-readable authenticator description, e.g. "YubiKey 5 Series with NFC".

protocolFamily
string
required

FIDO protocol family, e.g. fido2, u2f or uaf.

latestStatus
string
required

Most recent certification status, e.g. FIDO_CERTIFIED_L1 or NOT_FIDO_CERTIFIED.

metadataStatement
object
required

Full FIDO MDS metadata statement JSON (icons extracted into the icon fields).

statusReports
object[]
required

Full FIDO MDS certification status report history.

blobNo
integer
required

Sequence number of the source MDS BLOB this entry was imported from.

aaguid
string

Authenticator AAGUID (present for FIDO2 authenticators).

aaid
string

Authenticator AAID (present for FIDO UAF authenticators).

certKeyIds
string[]

Attestation certificate key identifiers (present for FIDO U2F authenticators).

timeOfLastStatusChange
string

Date of the last certification status change (YYYY-MM-DD).

icon
string

Light-mode authenticator icon as a base64 PNG data URI.

iconDark
string

Dark-mode authenticator icon as a base64 PNG data URI.