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

Body

application/json
email
string
required
otp_code
string
required
purpose
string | null

Response

Verified

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