---
title: "Consultar as campanhas de renegociação ativas para o(s) contrato(s)"
method: GET
path: "/renegotiation/{customer_tax_id}/campaigns"
tags: ["Renegotiation"]
---

# Consultar as campanhas de renegociação ativas para o(s) contrato(s)

`GET /renegotiation/{customer_tax_id}/campaigns`

O objetivo dessa rota é consultar as campanhas ativas do(s) contrato(s).

## Path parameters

- `customer_tax_id` string, required — Identificador do cliente

## Query parameters

- `fund_tax_id` string, required — CNPJ/CPF
- `contract[]` string[], required

## Response `200`

Sucesso

- RenegotiationCampaignsSchema[]
  - `affinity_score` number
  - `code` string
  - `first_payment_options` object[]
    - `description` string
    - `id` number
    - `name` string
  - `grace_period_flow` object
    - `max_value` number
    - `name` string
    - `type` string
  - `guarantor_type` string
  - `installment_agreement_type` 'Disabled' | 'OnlyVNP' | 'NotVNP' | 'All'
  - `installment_ranges` object[]
    - `discount_fields` object[]
      - `percent` number
      - `text` string
      - `value` string
    - `max_installments` number
    - `min_installments` number
  - `installments_payment_options` object[]
    - `description` string
    - `id` number
    - `name` string
  - `interest_payment_type` string
  - `interest_rate` number
  - `minimum_installment_amount` number
  - `minimun_entry_amount` number
  - `name` string
  - `payment_dates` string[]
  - `payment_periodicity` string

## Other responses

- `401` — Não autorizado
- `default` — Erro

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
