Skip to main content
GET
/
v4
/
account
/
api-keys
/
allowed-permissions
Get allowed permissions
curl --request GET \
  --url https://api.proxyscrape.com/v4/account/api-keys/allowed-permissions \
  --header 'api-token: <api-key>'
{
  "allowed_permissions": [
    "<string>"
  ]
}

Authorizations

api-token
string
header
required

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

Response

200 - application/json

Allowed permissions list

allowed_permissions
string[]

Permission strings such as datacenter_shared:read, residential:write, etc.