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

Headers

Content-Type
string

Path Parameters

storeId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response