---
title: "Consultar Templates de Webhooks"
method: GET
path: "/webhook/templates"
---

# Consultar Templates de Webhooks

`GET /webhook/templates`

## Query parameters

- `Entity` string
- `Status` string
- `Page` string
- `Limit` string
- `LimitPerPage` string

## Request body

- unknown

## Response `200`

200

- object
  - `body` object
    - `totalItems` integer
    - `currentPage` integer
    - `limitPerPage` integer
    - `totalPages` integer
    - `entityList` object[]
      - `entity` string
      - `webhookTemplates` object[]
        - `entity` string
        - `createTimestamp` string
        - `status` string
        - `body` object
          - `clientFinality` string
          - `amount` number
          - `debitParty` object
            - `bank` string
            - `taxId` string
            - `accountType` string
            - `name` string
            - `personType` string
            - `branch` string
            - `account` string
          - `clientCode` string
          - `id` string
          - `creditParty` object
            - `bank` string
            - `taxId` string
            - `accountType` string
            - `name` string
            - `personType` string
            - `branch` string
            - `account` string
        - `error` object
          - `errorCode` string
          - `message` string
  - `status` string
  - `version` 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)
