Skip to content

/api/auth/register

POST
/api/auth/register
curl --request POST \
--url https://example.com/api/auth/register \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "password": "example" }'
object
email
string
nullable
password
string
nullable
Example generated
{
"email": "example",
"password": "example"
}

OK