Skip to main content
GET
/
webhooks
/
list
Get list of possible webhooks
curl --request GET \
  --url https://api.chift.eu/webhooks/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "event": "<string>",
    "api": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Response

200 - application/json

Successful Response

event
string
required
api
string | null