Skip to main content
POST
/
auth
/
otp
/
request
cURL
curl --request POST \
  --url https://consumer.fanfare.io/api/auth/otp/request \
  --header 'Content-Type: application/json' \
  --data '
{
  "defaultCountry": "<string>",
  "email": "[email protected]",
  "name": "<string>",
  "phone": "<string>"
}
'
{
  "ok": true
}

Body

application/json
defaultCountry
string
email
string<email>
name
string
phone
string

Response

OTP sent

ok
boolean
required