---
title: "Consulta de notificações do boleto"
method: GET
path: "/{invoice_id}/notifications"
---

# Consulta de notificações do boleto

`GET /{invoice_id}/notifications`

Consulta as notificações atreladas a um boleto através desta API

## Path parameters

- `invoice_id` string, required

## Response `200`

200

- object
  - `name` string
  - `channels` object[]
    - `channel` string
    - `destination` string
    - `rules` object[]
      - `rule` string
      - `status` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/cora/apis/boletos.md) · [All operations](https://skmtc.net/cora/apis/boletos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cora/boletos/versions/c1a8281b252f/schema)
