Skip to content

Log in with email and password

POST
/api/v1/auth/login
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/login \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com", "password": "example" }'
Media type application/json
object
email
required
string format: email
password
required
string
Example generated
{
"email": "hello@example.com",
"password": "example"
}

Authenticated; returns user, accessToken, refreshToken

Missing email or password

Invalid email or password