Flash Proxy Reseller API
  • Getting Started
    • Authorization
    • Formatting Proxies
  • Sub-Users
    • Create a sub-user
    • Get all sub-users
    • Get sub-user by ID
    • Update a sub-user
  • Proxy Plans
    • Purchase a plan
    • Update a plan
  • Reseller
    • Reseller Balance
  • Countries
    • Get Countries
    • Get States
    • Get Cities
Powered by GitBook
On this page
  1. Reseller

Reseller Balance

PreviousUpdate a planNextGet Countries

Last updated 8 months ago

Use this endpoint to fetch your remaining balance.

Get user balance

get
Authorizations
Responses
200
Successful response
application/json
500
Internal server error
get
GET /api/balance HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "balance": 1
}