BazaarLinkBazaarLink
Sign in
DocsAPI ReferenceSDK ReferenceAgentic UsageAI Skills
Account

Get credits

Returns the current balance and lifetime usage. Unlike /v1/insights and /v1/usage, this endpoint only accepts a Bearer API key — no session-cookie fallback.

GET/api/v1/credits

Authorizations

Authorizationrequired
string · header

API key as bearer token in the Authorization header.

GET /api/v1/credits
curl https://bazaarlink.ai/api/v1/credits \
  -H "Authorization: Bearer $BAZAARLINK_API_KEY"
Response examples

Success. total_credits is the current available balance, total_usage is lifetime historical spend (both in USD).

{
  "data": {
    "total_credits": 42.5,
    "total_usage": 7.83
  }
}
Support
Support
Hi! How can we help you?
Send a message and we'll get back to you soon.
Get credits — BazaarLink API