Skip to main content
POST
Sets a new password using a token from POST /v1/auth/forgot-password. The token is single-use and expires after 1 hour.
string
required
The reset token from the email link (the ?token= query parameter on the reset URL)
string
required
New password. Must be at least 8 characters.
Once reset, log in with the new password to retrieve your API key.