---
title: "Consultar Webhooks cadastrados."
method: GET
path: "/webhook/subscription"
---

# Consultar Webhooks cadastrados.

`GET /webhook/subscription`

Confira nosso tutorial -> https://developers.celcoin.com.br/docs/gerenciamento-de-webhook

## Query parameters

- `entity` string
- `context` string
- `active` boolean
- `subscriptionId` string

## Request body

- unknown

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `subscriptionId` string
    - `entity` string
    - `context` string
    - `webhookUrl` string
    - `active` boolean
    - `createDate` string
    - `lastUpdateDate` string
    - `auth` object
      - `login` string
      - `pwd` string
      - `type` string
      - `urlAuth` string
      - `requestType` string
      - `responsePathToken` string
      - `requestAuth` object[]
        - `key` string
        - `value` string
        - `type` 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)
