Skip to main content
GET
/
v4
/
account
/
{subAccountId}
/
datacenter_shared
/
usage-requests
Usage requests
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
  }
]

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required

Response

200 - application/json

Usage requests

timestamp
string
endpoint
string
status_code
integer