Skip to main content
GET
/
v1
/
credits
Check remaining credits
curl --request GET \
  --url https://api.govfiles.dev/v1/credits \
  --header 'X-API-Key: <api-key>'
{
  "balance": 1000
}
Return the remaining API credit balance for the account tied to your API key. Checking your balance is free and never deducts credits.

Authorizations

X-API-Key
string
header
required

Response

Remaining credit balance.

balance
integer
required

Remaining API credits for the account tied to this API key.

Example:

1000