cURL
curl --request GET \ --url https://public-api.kiwify.com/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'x-kiwify-account-id: <api-key>'
{ "pagination": { "count": 10, "page_number": 1, "page_size": 10 }, "data": [ { "id": "c2be7f8e-b373-4eb7-b623-16ce98d5ed44", "name": "meu webhook", "url": "https://webhook.site/73d28a2b-6c48-41e0-a8ad-0d5ef748ce41", "products": "all", "triggers": [ "boleto_gerado", "pix_gerado", "carrinho_abandonado", "compra_recusada", "compra_aprovada", "compra_reembolsada", "chargeback", "subscription_canceled", "subscription_late", "subscription_renewed" ], "token": "rxue90njjv1", "created_at": "2023-11-24T10:06:47.540Z", "updated_at": "2023-11-24T10:06:47.540Z" } ] }
Obtenha uma lista de todos webhooks.
The access token received from the authorization server in the OAuth 2.0 flow.
Get Webhooks
The response is of type object.
object