Microburbs
Account

Me

GET/v1/me

Returns api_key id + usage + billing snapshot for the caller.

spent_this_period_cents is the SUM of cents consumed this period according to Stripe's meter (the canonical billing ledger). Same source the dashboard uses, so what customers see here matches their upcoming invoice. Stripe error → 503 (raised in api_key()).

Authorization

Request

The only values you send. Fields under Responses below are what comes back — you never pass those.

Query parameters

None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.

Responses

Successful Response

application/json
Response Me V1 Me Getfields returned to you
Type: object
GET/v1/me
cURL
curl --request GET \
  --url 'https://api.microburbs.com.au/v1/me' \
  --header 'Authorization: Bearer test'
Example Responses
{}
Successful Response200
application/json