Skip to main content
POST
/
v1
/
admin
/
step-up
/
challenge
Error
A valid request URL is required to generate request examples
{
  "challengeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "challenge": "<string>",
  "expiresAt": "<string>"
}

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Body

application/json
action
string
required
Required string length: 1 - 80
target
string | null
payload
object

Response

Default Response

challengeId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
challenge
string
required
expiresAt
string
required