cURL
curl --request GET \ --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/overview \ --header 'api-token: <api-key>'
{ "plan": "<string>", "credits_used": 123, "credits_limit": 123, "status": "<string>" }
Get SERP API subscription overview: plan, credits used/remaining, status. Permission: serp_api:read.
serp_api:read
API key. Create and manage keys at /v4/account/api-keys or in the dashboard.
SERP API overview
Was this page helpful?