Skip to content

Reset password using a reset token

POST
/api/v1/auth/reset-password
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/reset-password \
--header 'Content-Type: application/json' \
--data '{ "token": "example", "password": "example" }'
Media type application/json
object
token
required
string
password
required
string
>= 8 characters <= 72 characters
Example generated
{
"token": "example",
"password": "example"
}

Password reset; all refresh tokens revoked

Invalid token or password