Skip to main content
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

Authorization
string
Bearer pu_live_.... Omit entirely to check the anonymous allowance for your IP instead.

Response

The shape of data depends on the caller. Both share callerKind, limit, and remaining; a signed-in caller additionally gets plan.
success
boolean
required
Always true for this endpoint.
data
object
required