Editar Webhook cadastrado

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

put/webhook/subscription/{entity}

Path parameters

entitystring required

Request body

webhookUrlstring required

Rota do Webhook.

activeboolean

Esta ativo ou nao. true

subscriptionIdstring required

Identificador único do webhook cadastrado.

Response

200

versionstring
statusstring

Example response

{
  "version": "1.0.0",
  "status": "SUCCESS"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.