Skip to main content

Get Passkey Registration Options

POST 

/profile/passkey/register/options

Gets the WebAuthn registration options for creating a passkey. This is the first step in registering a passkey:

  • Call this endpoint to get registration options
  • Use the options with a WebAuthn client to create a credential
  • Call the Register Passkey endpoint with the credential

Responses

Success. Returns WebAuthn PublicKeyCredentialCreationOptions.