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": "abc123"
}
Resend the SMS OTP for a pending connection. Requires a per-user api-key.
challengeId
string
required
The challenge ID from the standing order
{
  "challengeId": "abc123"
}
The challengeId may change after resend — use the one from the response for the next confirmation attempt.