Skip to main content
GET
/
customer
/
balance
cURL
curl --request GET \
  --url https://api.brightdata.com/customer/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 456,
  "pending_balance": 123
}
Paste your API key to the authorization field. To get an API key, Create an account and learn how to generate an API key

Authorizations

Authorization
string
header
required

Response

200 - application/json
balance
number
Example:
pending_balance
number
Example: