---
title: "Get Pricing"
method: GET
path: "/api/app-auto-gtm/pricing"
tags: ["AppAutoGtm"]
---

# Get Pricing

`GET /api/app-auto-gtm/pricing`

Global billing constants + offer config for the AutoGTM UI.

Static — no DB access. Returns the same shape as autogtm-back's
public /api/pricing-config so the dashboard slider and the paywall
calculator share one source of truth (api/app_auto_gtm/projections.py).

Caller email is threaded through so per-account UI-floor overrides
(`projections.SPECIAL_DAILY_MIN_USD`) can lower the slider min for
specific customers without touching the global anchor.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- PricingResponse
  - `email_price_credits` number, required
  - `credit_usd_cents` integer, required
  - `email_price_usd` number, required
  - `projections` ProjectionsConfig — Forecast knobs shared by the dashboard budget-slider and the offer paywall.
    - `daily_min_usd` integer, required
    - `daily_max_usd` integer, required
    - `default_daily_usd` integer, required
    - `sending_days_per_month` integer, required
    - `reply_rate` ReplyOrMeetingRate, required
      - `low` number, required
      - `high` number, required
    - `meeting_rate` ReplyOrMeetingRate, required
      - `low` number, required
      - `high` number, required
    - `tiers` BudgetTierItem[], required
      - `key` 'light' | 'typical' | 'growth' | 'power', required
      - `max_usd` integer, nullable, required
      - `label` string, required
      - `hint` string, required
  - `included_features` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
