Skip to main content
POST
/
api
/
auth
/
register
Register
curl --request POST \
  --url http://localhost:8000/api/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>",
  "name": "<string>"
}
'

Body

application/json
email
string<email>
required
password
string
required
Minimum string length: 8
name
string

Response

User and token