cURL
curl --request GET \ --url https://api.chift.eu/webhooks/list \ --header 'Authorization: Bearer <token>'
[ { "event": "<string>", "api": "<string>" } ]
Returns a list of webhook that are available for your account
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type WebhookItem · object[].
WebhookItem · object[]