Re-authentication Options
post
/v1/auth/passkeys/reauth/optionsPart of Auth.
Fresh-assertion options for destructive passkey lifecycle actions.
Authentication
Authenticate with:
- API key in the
X-API-Keyheader.
Example request
curl
curl -X POST "https://api.robosystems.ai/v1/auth/passkeys/reauth/options" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY"Responses
200 Successful Response
| Field | Type | Description |
|---|---|---|
optionsrequired | object | PublicKeyCredential options (browser JSON, opaque) |
| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 429 | Rate limit exceeded |
| 500 | Internal server error |