Skip to content

Register

POST
/auth/register

Request Body

application/json
JSON
{
"username": "string",
"email": "string",
"password": "string"
}

Responses

OK

application/json
JSON
{
"accessToken": "string"
}

Playground

Server
Body

Samples

cURL
JavaScript
PHP
Python