Skip to main content

Documentation Index

Fetch the complete documentation index at: https://paxos-0ac97319-mintlify-add-webauthn-problem-1773927370.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

A Step-Up Auth Required error is returned when an operation requires additional authentication before it can proceed. This problem type indicates that the client should initiate a step-up authentication flow (such as WebAuthn) and retry the request with the resulting credentials.
{
  "detail": "step-up authentication required",
  "meta": {},
  "status": 403,
  "title": "Step-Up Auth Required",
  "type": "https://developer.paxos.com/docs/v2/problems/step-up-auth-required"
}