API Reference
API Reference

API Reference

This page lists the business APIs currently published in this documentation that use X-API-Key. Append each path to the production Base URL.

Wallet

API Method Path
Get wallet balance GET /open-api/v1/wallet/balance

Dynamic traffic

API Method Path
List dynamic traffic products GET /open-api/v1/dynamic/traffic/products
Purchase dynamic traffic POST /open-api/v1/dynamic/traffic/purchases
Get dynamic traffic balance GET /open-api/v1/dynamic/traffic/balance
Get daily dynamic traffic usage GET /open-api/v1/dynamic/traffic/usage/daily
List dynamic traffic orders GET /open-api/v1/dynamic/traffic/orders

Dynamic regions

API Method Path
List dynamic proxy regions GET /open-api/v1/dynamic/regions

Dynamic sub-accounts

API Method Path
Create a dynamic sub-account POST /open-api/v1/dynamic/accounts
List dynamic sub-accounts GET /open-api/v1/dynamic/accounts
Update a dynamic sub-account traffic limit PATCH /open-api/v1/dynamic/accounts/{id}
Enable or disable a dynamic sub-account PATCH /open-api/v1/dynamic/accounts/{id}/status
Generate dynamic proxy credentials POST /open-api/v1/dynamic/accounts/{id}/proxy-credentials

Static proxies

API Method Path
List static proxy regions GET /open-api/v1/static/regions
Get static proxy inventory POST /open-api/v1/static/inventory
Create a static proxy purchase order POST /open-api/v1/static/purchase-orders
List static proxy purchase orders GET /open-api/v1/static/purchase-orders
List static proxy resources GET /open-api/v1/static/resources
Create a static proxy renewal order POST /open-api/v1/static/renewal-orders
List static proxy renewal orders GET /open-api/v1/static/renewal-orders

All APIs follow the Request conventions and Response structure.

On this page

API Reference