Skip to main content
To call the Account API with an API key, send the key in the api-token header and use the base URL and path prefix below.

Sending the API key

Include your key in every request using the api-token header:
Example with cURL:
Keep your API key secret. Do not commit it to version control or expose it in client-side code.

Base URL and path prefix

  • Base URL: https://api.proxyscrape.com
  • Path prefix: /v4/account for account and API key management (e.g. /v4/account/api-keys).
All Account API endpoints are under this base URL and prefix.

Create a key

Create an API key and use it with the api-token header.