Skip to main content
GET
/
billing
/
credits
Get credit balance
curl --request GET \
  --url https://app.autoposting.ai/api-proxy/billing/credits \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "balance": 450,
    "monthlyAllocation": 500,
    "resetAt": "2024-02-01T00:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Response

Current credit balance.

success
boolean
required
data
object
required