Skip to main content
POST
/
api
/
v1
/
auth
/
request-otp
Request OTP
curl --request POST \
  --url https://api.callaro.ai/api/v1/auth/request-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "purpose": "<string>"
}
'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Body

application/json
email
string
required
purpose
string | null

Response

OTP requested

data
object
message
string | null
meta
object
request_id
string | null