Skip to main content
POST
/
v1
/
auth
/
verify-otp
Verify OTP - Invalid Format
curl --request POST \
  --url https://storekit.samarthh.me/v1/auth/verify-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "otp": "12345"
}
'

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

400 - application/json

Successful response