Skip to content

Register a new account

POST
/api/v1/auth/register
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/register \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com", "password": "example", "name": "example", "agreedToTerms": true }'
Media type application/json
object
email
required
string format: email
password
required
string
>= 8 characters <= 72 characters
name
required
string
agreedToTerms
required
boolean
Example generated
{
"email": "hello@example.com",
"password": "example",
"name": "example",
"agreedToTerms": true
}

Account created successfully

Validation error

Email already registered