Browse the API reference

Re-authentication Options

post/v1/auth/passkeys/reauth/options

Part of Auth.

Fresh-assertion options for destructive passkey lifecycle actions.

Authentication

Authenticate with:

  • API key in the X-API-Key header.

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

FieldTypeDescription
optionsrequiredobject

PublicKeyCredential options (browser JSON, opaque)

StatusMeaning
400Invalid request
429Rate limit exceeded
500Internal server error