Skip to main content
POST
/
idp
/
api
/
v1
/
user
/
signUp
/
verifyEmailOtp
Verify Email OTP for Sign Up
curl --request POST \
  --url https://be.datagol.ai/idp/api/v1/user/signUp/verifyEmailOtp \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "demo@abc.com",
  "otp": "157746"
}
'

Body

application/json
email
string<email>
required

User's email address used during sign-up

otp
string
required

One-time password sent to the user's email after sign-up

Example:

"157746"

Response

OTP verified successfully — account activated