Hanzo
OpenapiIam

Starts enrolling a passkey for the signed-in person: it returns the options…

Starts enrolling a passkey for the signed-in person: it returns the options their browser hands to the authenticator.

GET /v1/iam/webauthn/signup/begin

Addresshttps://api.hanzo.ai/v1/iam/webauthn/signup/begin
MethodGET
Operationget_iam_webauthn_signup_begin
AuthAuthorization: Bearer $HANZO_API_KEY

Starts enrolling a passkey for the signed-in person: it returns the options their browser hands to the authenticator.

Passkeys already on the account are EXCLUDED, so a second enrollment on a device that already holds one is refused by the authenticator itself rather than silently producing a duplicate the person cannot tell apart.

Request

GET /v1/iam/webauthn/signup/begin takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam webauthn signup begin

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page