---
title: "Get Account Info"
method: GET
path: "/v1/account/me"
tags: ["Account"]
---

# Get Account Info

`GET /v1/account/me`

Check your credit balances, subscription details, plan tier, and rate limits. No credits are deducted for this call.

## Response `200`

Account info retrieved successfully

- object
  - `credits_balance` integer — PAYG (pay-as-you-go) credit balance — never expires
  - `subscription_credits_balance` integer — Subscription wallet — current period's monthly allowance (0 if no subscription)
  - `total_credits_balance` integer — Sum of PAYG + subscription credits
  - `tier` 'free' | 'basic' | 'pro' | 'enterprise' — Account tier (free, basic, pro, enterprise)
  - `rate_limit_per_minute` integer — Maximum API requests allowed per minute
  - `subscription` object, nullable — Active subscription details, or null if PAYG-only
    - `plan_code` string — Plan identifier (e.g., starter, growth, pro)
    - `plan_title` string — Display name of the plan
    - `billing_cadence` 'monthly' | 'annual'
    - `status` 'active' | 'past_due'
    - `current_period_start` string, date-time, nullable
    - `current_period_end` string, date-time, nullable — Next renewal date
    - `cancel_at_period_end` boolean — Whether the subscription is set to cancel at period end
    - `cancel_effective_at` string, date-time, nullable — When the cancellation takes effect
    - `monthly_credits` integer — Credits included per month in this plan
    - `pending_plan_code` string, nullable — Scheduled downgrade plan code
    - `pending_plan_title` string, nullable — Scheduled downgrade plan title
    - `pending_change_effective_at` string, date-time, nullable — When the pending plan change takes effect

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
