---
title: "Estima custo de uma campanha antes de criar"
method: GET
path: "/v1/campaigns/estimate"
tags: ["campaigns"]
---

# Estima custo de uma campanha antes de criar

`GET /v1/campaigns/estimate`

## Query parameters

- `templateName` string, required
- `count` integer, required

## Response `200`

Estimativa

- CampaignEstimateResponse
  - `templateCategory` 'MARKETING' | 'UTILITY' | 'AUTHENTICATION', required
  - `recipientCount` integer, required
  - `templateCost` number, float, required
  - `araraFee` number, float, required
  - `unitPrice` number, float, required
  - `totalCost` number, float, required

## Other responses

- `400` — Payload inválido
- `401` — Token ausente ou inválido
- `404` — Recurso não encontrado

---

[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/versions/174c89e36a13/schema)
