POST
/
localauth
/
register
Local | Register User
curl --request POST \
  --url https://use.hoop.dev/api/localauth/register \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "name": "<string>",
  "password": "<string>"
}'
{
  "message": "the error description"
}

Headers

Token
string

The access token generated after successful registration

Body

application/json

The request body resource

The body is of type object.

Response

201
application/json

Created

The response is of type object.