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