List all API keys for the account. Returns key metadata (id, name, permissions, scopes, expiry) but never the secret. Permission: account:apikeys:read.
GET
/
v4
/
account
/
api-keys
List API keys
Copy
curl --request GET \ --url https://api.proxyscrape.com/v4/account/api-keys \ --header 'api-token: <api-key>'