Get passkey authentication options
Returns the WebAuthn authentication options for passkey verification.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Query Parameters
The Relying Party ID (rpID) to use as the passkey challenge rpID when authenticating from a related origin (Related Origin Requests). Must be a bare hostname such as example.com (no scheme, port, or path); a full origin like https://example.com is also accepted for convenience. When omitted, the rpID is derived from the request's Origin header.
"example.com"
Response
returns passkey authentication options
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
Timeout in milliseconds
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
discouraged, preferred, required List of credentials the authenticator may use
hybrid, security-key, client-device