Hanzo
OpenapiIam

Starts a passkey sign-in: it returns the challenge the person's authenticator…

Starts a passkey sign-in: it returns the challenge the person's authenticator signs.

GET /v1/iam/webauthn/signin/begin

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

Starts a passkey sign-in: it returns the challenge the person's authenticator signs.

The account is named in the query, and the challenge is bound to it, so what may answer is decided here — by the server, from the row — and the finish checks the answer against that decision rather than recomputing it.

Request

GET /v1/iam/webauthn/signin/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 signin begin

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page