cURL
curl --request GET \ --url https://api.kiriku.app/v1/webhooks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "secret": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of configured webhooks