Skip to main content
POST
/
api
/
v0
/
bringin-link
/
resend-otp
Resend OTP
curl --request POST \
  --url https://dev.bringin.xyz/api/v0/bringin-link/resend-otp \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "challengeId": "<string>"
}
'
{
  "challengeId": "challenge_789_new",
  "dateExpires": "2026-03-24T09:05:00.000Z",
  "attempts": 2
}

Documentation Index

Fetch the complete documentation index at: https://docs.bringin.app/llms.txt

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

Resend the SMS OTP for a pending connection confirmation. Requires a per-user api-key.
challengeId
string
required
The challenge ID from the standing order
{
  "challengeId": "challenge_789_new",
  "dateExpires": "2026-03-24T09:05:00.000Z",
  "attempts": 2
}
FieldDescription
challengeIdMay be the same or a new challenge ID — always use the returned value for the next confirmation attempt
dateExpiresWhen this OTP expires
attemptsRemaining OTP attempts
Resending the OTP does not reset the 30-minute expiry timer on the connection. If the original timer runs out, the connection will still expire regardless of resends.