Webhooks
Atualizar webhook
Atualize um webhook específico, passando o webhook_id.
PUT
/
webhooks
/
{id}
Authorizations
x-kiwify-account-id
string
headerrequiredAuthorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredBody
application/json
name
string
url
string
products
string
triggers
enum<string>[]
Available options:
boleto_gerado
, pix_gerado
, carrinho_abandonado
, compra_recusada
, compra_aprovada
, compra_reembolsada
, chargeback
, subscription_canceled
, subscription_late
, subscription_renewed
token
string
Response
200 - application/json
id
string
name
string
url
string
products
string
triggers
enum<string>[]
Available options:
boleto_gerado
, pix_gerado
, carrinho_abandonado
, compra_recusada
, compra_aprovada
, compra_reembolsada
, chargeback
, subscription_canceled
, subscription_late
, subscription_renewed
token
string
created_at
string
updated_at
string