Skip to main content
POST
/
v1
/
auth
/
{app_id}
/
challenges
/
{token}
/
resend
Resend challenge
curl --request POST \
  --url https://{defaultHost}/v1/auth/{app_id}/challenges/{token}/resend
{
  "challenge": {
    "token": "ch_abc123xyz789",
    "status": "pending",
    "purpose": "authenticate",
    "method": "email_otp",
    "expires_at": "2023-11-07T05:31:56Z",
    "remaining_attempts": 3,
    "time_remaining": 540,
    "intent": "<string>",
    "delivery_required": true
  }
}

Path Parameters

app_id
string
required

App ID

token
string
required

Challenge token

Response

challenge resent

Returns the new challenge with updated token

challenge
object