Skip to main content
GET
/
usage
Current quota usage
curl --request GET \
  --url https://borough.qwady.app/v1/usage \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "tier": "STARTER",
    "quota": 5000,
    "used": 1234,
    "remaining": 3766,
    "overageLimit": 15000,
    "percentUsed": 25,
    "periodStart": "2026-07-01T00:00:00.000Z",
    "periodEnd": "2026-08-01T00:00:00.000Z"
  },
  "meta": {
    "dataAge": null,
    "source": "live"
  }
}

Authorizations

Authorization
string
header
required

Polar.sh license key. Format: BOROUGH-<uuid>

Response

Current usage breakdown

data
object
meta
object