cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/login \ --header 'api-token: <api-key>'
{ "username": "<string>", "password": "<string>" }
Get login credentials for the residential subaccount. Permission: residential:read.
residential:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Login credentials
Was this page helpful?