cURL
curl --request POST \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/subuser/{subUserId}/reset-password \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "password": "<string>" } '
{ "success": true }
Reset the password for a SERP API subuser. Permission: serp_api:write.
serp_api:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Password reset
Was this page helpful?