Skip to content

Verify email address using a verification token

POST
/api/v1/auth/verify-email
curl --request POST \
--url https://dashboard.justcrawl.io/api/v1/auth/verify-email \
--header 'Content-Type: application/json' \
--data '{ "token": "example" }'
Media type application/json
object
token
required
string
Example generated
{
"token": "example"
}

Email verified (or already verified)

Invalid or expired verification token