---
title: Account Balance
slug: account-system
url: https://apyverse.com/pankajretestflows/service/account-system
provider: External Providers
categories: [Developer Tools, Finance]
tags: [account-management, billing, credit-balance, subscription, usage-check]
auth: api_key
---

# Account Balance

Check subscription status and credit balance with authenticated GET requests. Useful for usage guards, billing screens, and account monitoring.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/v1/account/subscription` | What it does Retrieves the current account subscription information for the authenticated request.… | 10 |
| GET | `/v1/account/credit-balance` | What it does Looks up SERP Classic-supported search locations, filterable by a free-text query, an… | 10 |

## About

## What it does
Account Balance lets you check your ApyHub account subscription and credit balance with a simple authenticated request. Use it when you need to confirm account status before running jobs, throttling usage, or surfacing billing information in your own app.

Send your API key as `apikey` in the query string, and you can also pass `output` as a query parameter. The service exposes two read-only endpoints: one for subscription details at `/v1/account/subscription`, and one for credit balance at `/v1/account/credit-balance`.

The responses are defined by the API schema, so you can integrate them directly into account dashboards, usage guards, or internal admin tools. If your workflow depends on remaining credits or subscription state, Account Balance gives you the account lookup step without extra parsing or side effects.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/pankajretestflows/service/account-system
