POST
/
verify-otp
curl --request POST \
  --url https://api.craveup.com/v1/verify-otp \
  --header 'Content-Type: application/json' \
  --data '{
  "identifier": "<string>",
  "otp": "<string>"
}'
{
  "customerId": "<string>",
  "token": "<string>"
}

Body

application/json

Response

200
application/json

OTP verified successfully.

The response is of type object.