---
title: "Get Billing Parameters"
method: GET
path: "/api/v1/internal/billing/settings"
tags: ["internal", "internal-billing"]
---

# Get Billing Parameters

`GET /api/v1/internal/billing/settings`

## Response `200`

Successful Response

- BillingParametersResponse
  - `settings_version` integer, required
  - `monthly_included_allowance_usd` string, nullable, required
  - `discovery_allowance_refresh_usd` string, nullable, required
  - `discovery_joining_grant_usd` string, nullable, required
  - `customer_rate_card_version` integer, required
  - `customer_rates` CustomerRateParameterResponse[], required
    - `resource_key` 'batchdata_skip_trace' | 'batchdata_property_lookup' | 'exa_search' | 'brightdata_unlocker' | 'enformion_person_search' | 'mapbox_forward_geocoding' | 'scrubby_email_verification', required
    - `customer_usd_per_unit` string, nullable, required
    - `maia_direct_usd_per_unit` string, nullable, required
  - `model_usage_markup` string, nullable, required
  - `reload_bundles_usd` string[], required
  - `auto_reload_threshold_usd` string, nullable, required
  - `auto_reload_monthly_cap_usd` string, nullable, required

## Changes

- **2026-09-16** `95495ef535bc` — 1 info
  - added the required property `discovery_joining_grant_usd` to the response with the `200` status
- **2026-09-15** `499d0b94aa94` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/billing/settings/get.md)

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc.dev/maia-analytics/apis/maia-api/revisions/8dc47faf0418?raw)
