Auth
Begin action-bound reauthentication with a passkey
POST
/auth/reauth/passkey/optionsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/auth/reauth/passkey/options" \ -H "Content-Type: application/json" \ -d '{ "action": "string" }'{ "$schema": "https://example.com/api/v1/schemas/PasskeyCeremonyOutputBody.json", "challenge_id": "string", "options": null}