Auth
Complete action-bound reauthentication with a passkey
POST
/auth/reauth/passkey/verifyAuthorization
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/verify" \ -H "Content-Type: application/json" \ -d '{ "challenge_id": "string", "credential": null }'{ "$schema": "https://example.com/api/v1/schemas/ReauthGrantOutputBody.json", "expires_in": 0, "grant": "string"}