cURL
curl --request POST \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/subuser/create \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "id": "<string>", "username": "<string>", "created_at": "<string>" }
Create a new residential subuser with a username and password. Permission: residential:write.
residential:write
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Created subuser
Was this page helpful?