Skip to main content
POST
/
v1
/
auth
/
register
Register - Invalid Email
curl --request POST \
  --url https://storekit.samarthh.me/v1/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "invalid-email",
  "name": "Test User"
}
'

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

400 - application/json

Successful response