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
Documentation IndexFetch the complete documentation index at: https://docs.chift.eu/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chift.eu/llms.txt
Use this file to discover all available pages before exploring further.
This access token needs to be included in each of your request to the Chift API.
Successful Response