Português (BR)
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": [] }
Obtenha uma lista de todos webhooks.
The access token received from the authorization server in the OAuth 2.0 flow.
Get Webhooks
Mostrar atributos filhos
10
1
[]