All requests to the ProxyJam API are authenticated with an API key. Pass the key in theDocumentation Index
Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key header:
Getting your API key
You can generate and manage API keys in your personal account.The raw key value is shown only once when you create it. Copy it immediately and store it securely.
Using your API key
Include the header in every request:Supported endpoints
API keys work on all product endpoints:| Module | Endpoints |
|---|---|
| Catalog | GET /catalog |
| Orders | POST /orders, GET /orders, GET /orders/{id} |
| Proxy management | auto-renew, extend, bandwidth, whitelist, sync, protocol |
| Wallet | GET /wallet/balance, transactions |
/users/*— account and authentication management/auth/*— OAuth flows/payments/*— payment intents and providers/notifications/*— notification preferences
Managing keys
GET /api-keys— list your keys (prefix and metadata only, not the raw value)DELETE /api-keys/{key_id}— revoke a key (cannot be undone)