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

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