---
title: "Editar Webhook cadastrado"
method: PUT
path: "/webhook/subscription/{entity}"
---

# Editar Webhook cadastrado

`PUT /webhook/subscription/{entity}`

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

## Path parameters

- `entity` string, required

## Request body

- object
  - `webhookUrl` string, required — Rota do Webhook.
  - `auth` object
    - `login` string
    - `pwd` string
    - `type` string
  - `active` boolean — Esta ativo ou nao. true
  - `subscriptionId` string, required — Identificador único do webhook cadastrado.

## Response `200`

200

- object
  - `version` string
  - `status` 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)
