GET /v1/webhooks
GET/v1/webhooks
CodeMeta OS API endpoint.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
cursor | string | |
limit | integer | |
sort | string | |
order | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/webhooks \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.webhooks.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |