PUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}

Replaces a custom AAGUID for the specified WebAuthn authenticator

Servers

Path parameters

Name Type Required Description
aaguid String Yes

Unique ID of a custom AAGUID

authenticatorId String Yes

id of the authenticator

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String No

The product name associated with this AAGUID.

attestationRootCertificates[] Array No

Contains the certificate and information about it

attestationRootCertificates[].x5c String No

X.509 certificate chain

authenticatorCharacteristics Object No

Contains additional properties about custom AAGUID.

authenticatorCharacteristics.platformAttached Boolean No

Indicates whether the custom AAGUID is built into the authenticator (true) or if it's a separate, external authenticator

authenticatorCharacteristics.fipsCompliant Boolean No

Indicates whether the authenticator meets Federal Information Processing Standards (FIPS) compliance requirements

authenticatorCharacteristics.hardwareProtected Boolean No

Indicates whether the authenticator stores the private key on a hardware component

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.