---
title: "Consultar detalhes dos webhooks enviados."
method: GET
path: "/webhook/replay/{entity}/details"
---

# Consultar detalhes dos webhooks enviados.

`GET /webhook/replay/{entity}/details`

## Path parameters

- `entity` string, required

## Query parameters

- `DateFrom` string, required
- `DateTo` string, required
- `Page` integer
- `Limit` integer
- `LimitPerPage` integer
- `webhookId` string
- `documentNumber` string
- `account` string
- `id` string
- `clientRequestId` string
- `OnlyPending` boolean

## Request body

- unknown

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `onlyPending` boolean
    - `entity` string
    - `dateFrom` string
    - `dateTo` string
    - `totalItems` integer
    - `limit` integer
    - `currentPage` integer
    - `limitPerPage` integer
    - `totalPages` integer
    - `webhookDetails` object[]
      - `webhookId` string
      - `httpStatusCode` integer
      - `webhookUrl` string
      - `request` string
      - `response` string
      - `status` string
      - `createDate` string
      - `lastUpdateDate` string
      - `filter` object
        - `documentNumber` string
        - `account` string
        - `id` string
        - `clientRequestId` string

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
