Skip to main content
POST
/
v1
/
auth
/
send-otp
Login - User Not Found
curl --request POST \
  --url https://storekit.samarthh.me/v1/auth/send-otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

500 - application/json

Successful response