Skip to main content
GET
/
billing
/
overview
Get billing overview (balance, spend, pricing).
curl --request GET \
  --url https://api.streamloop.app/v1/billing/overview \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "billing": {
    "balance": 123,
    "creditsLeft": 123,
    "eligibleForFreeCredits": true,
    "goodStanding": true,
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Response

object | null

Successful response.

id
string
required
billing
object