GET
/v1/partner/balance
curl \
--request GET 'https://api.fast-jet.org/v1/partner/balance' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"cur": "RUB",
"balance": "0.00"
}
curl \
--request GET 'https://api.fast-jet.org/v1/partner/balance' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"cur": "RUB",
"balance": "0.00"
}