Skip to main content
POST
/
api
/
v1
/
auth
/
regenerate-otp
curl -X POST "https://api.bitcoinflash.xyz/api/v1/auth/regenerate-otp" \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": "a02c6d77-48fd-457d-810a-f895180a5be4"
  }'
{
  "message": "Un nouveau code OTP vous a été transmis."
}

Documentation Index

Fetch the complete documentation index at: https://docs.bitcoinflash.xyz/llms.txt

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

Request Body

user_id
string
required
UUID of the user who needs a new OTP.
curl -X POST "https://api.bitcoinflash.xyz/api/v1/auth/regenerate-otp" \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": "a02c6d77-48fd-457d-810a-f895180a5be4"
  }'
{
  "message": "Un nouveau code OTP vous a été transmis."
}