Back

Register User

POST/auth/register

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

emailstring

User email address

passwordstring

Password must be at least 6 characters

name?string

Full name of the user

Response Body

> 200application/json
> 400application/json
// POST /auth/register
// See cURL example for request shape.
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}