Skip to main content
POST
Change password for authenticated user

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Site Spy dashboard under Settings → API.

Body

application/json
current_password
string
required

Current password for verification

new_password
string
required

New password (minimum 8 characters)

Minimum string length: 8
Example:

"newSecurePassword123"

Response

Password changed successfully

message
string
Example:

"Password changed successfully"