Send
Content-Type: application/json on every request that has a body.
Everything below can also be done from your reseller dashboard. The API exists so you can automate it from your own systems.
Units
The API is asymmetric about units, and it’s the most common thing to get wrong:- Every data figure in responses is in bytes.
- Every data figure you send is in whole GB, where 1 GB = 1024³ bytes (
1,073,741,824).
Your account
GET /reseller/account
Returns your pool balance and how much of it is already committed to sub-users.cURL
Response Fields
To increase your allocation, contact your account manager.
Next steps
- Authentication — your API key and how to rotate it
- Sub-Users — create, list, and top up customer accounts
- Proxy Access — the gateway format your customers connect with
- Error Handling — error reference and retry behavior