cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/datacenter_shared/usage-requests \ --header 'api-token: <api-key>'
[ { "timestamp": "<string>", "endpoint": "<string>", "status_code": 123 } ]
Get recent API usage requests for the datacenter subaccount. Permission: datacenter_shared:read or datacenter_dedicated:read.
datacenter_shared:read
datacenter_dedicated:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
Usage requests
Was this page helpful?