---
title: "Pricing Config"
method: GET
path: "/api/pricing-config"
tags: ["ExplorePricing"]
---

# Pricing Config

`GET /api/pricing-config`

Public PayG pricing + offer constants for the landing/payment UI.

Source of truth: api/app_auto_gtm/billing.py + card_trial.py + projections.py.
Re-exported here so the Next.js Server Component can fetch the full
offer config (price per email, trial credit, daily-budget bounds,
forecast rates, "what's included" copy) at SSR time without
round-tripping back to the main explee API.

## Response `200`

Successful Response

- unknown

---

[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)
