Webhooks
Eigene Abos auflisten
get
https://open-api.mynextdays.com/v1/webhooksDie Abos DIESES Zugangs.
Bewusst nicht alle Abos des Betriebs: ein Zugang soll nicht sehen, wohin ein anderer Zugang ausliefert — das wäre eine Landkarte fremder Systeme.
Antworten
200Successful Response
activebooleanpflichtcreated_atdate-timepflichteventsarray of stringpflichtfailure_countintegerStandard 0idstringpflichtlast_errorstringlast_success_atdate-timeproperty_idsarray of stringpflichturlstringpflicht422Validation Error
detailarray of ValidationErrorctxContextinputInputlocarray of string | integerpflichtmsgstringpflichttypestringpflichtSprache
Nur in diesem Browser, nur für „Ausprobieren“ — der Wert wird nicht gespeichert und nicht an uns geschickt.
Anfrage
curl -X GET 'https://open-api.mynextdays.com/v1/webhooks' \
-H 'Authorization: Bearer <access_token>'Ohne Token antwortet der Aufruf mit 401 — das ist der erwartete Weg.
Beispiel
[
{
"id": "…",
"url": "…",
"events": [
"…"
],
"property_ids": [
"…"
],
"active": false,
"created_at": "2026-09-10T14:00:00Z"
}
]