Skip to main content

authenticators_admin_webauthn_retrieve

GET 

/api/v3//authenticators/admin/webauthn/:id/

Viewset for WebAuthn authenticator devices (for admins)

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this WebAuthn Device.

Responses

Schema

    pk ID (integer)required
    name stringrequired

    Possible values: <= 200 characters

    created_on date-timerequired

    device_type

    object

    nullable

    required

    WebAuthnDeviceType Serializer

    aaguid uuidrequired
    description stringrequired
    aaguid stringrequired
curl -L -X GET '/api/v3/authenticators/admin/webauthn/:id/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired