Account
Get quota
Check the caller’s current credit balance and limit.
GET
Returns the current credit balance for whoever is calling — anonymous, signed-in, or an API key. This is the same data that powers the credits bar on pocketutils.com. It’s free to call, uncached, and doesn’t count toward your rate limit’s credit spend (it still counts as a request).
Headers
Bearer pu_live_.... Omit entirely to check the anonymous allowance for your IP instead.Response
The shape ofdata depends on the caller. Both share callerKind, limit, and remaining; a signed-in caller additionally gets plan.
Always
true for this endpoint.