Gestiono

Create Passkey authenticate start

← Back to full API reference
POST/v1/passkey/authenticate/startPublic
  • This endpoint can be called without an authenticated session.

Request details

No path, query, or body parameters were captured for this endpoint.

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{}

Sample response

json
{
  "challenge": "<challenge>",
  "rpId": "<rpId>",
  "timeout": 60000,
  "userVerification": "preferred",
  "allowCredentials": "<allowCredentials>"
}