---
title: "Preços vigentes da organização (por categoria e por país)"
method: GET
path: "/v1/pricing/current"
tags: ["pricing"]
---

# Preços vigentes da organização (por categoria e por país)

`GET /v1/pricing/current`

## Query parameters

- `countryPrefix` string

## Response `200`

Preços

- PricingResponse
  - `currency` string, required
  - `model` string, required
  - `categories` PricingCategoryRow[], required
    - `category` 'MARKETING' | 'UTILITY' | 'AUTHENTICATION', required
    - `priceBrl` number, float, required
    - `source` 'ORG_CUSTOM' | 'GLOBAL_DEFAULT', required
  - `countries` PricingCountryRow[], required
    - `countryPrefix` string, required
    - `countryName` string, required
    - `category` string, required
    - `baseCostUsd` number, float, required

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido

---

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