Skip to main content
PATCH
Reader Reset Password

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

publisher_id
string
required

Your Publisher ID

Body

application/json
email
string
required
token
string
required

One-time reset token from the email link

new_password
string
required
confirm_password
string
required

Must match new_password. Validated server-side and not forwarded to the backend.

Response

Password updated

Last modified on August 10, 2026