Stampfactory
Dokumentation
Webhooks

Webhook-Zustellungen auflisten

GET
/webhooks/{webhook}/deliveries
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

webhook*string

The webhook ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"
{  "data": [    {      "id": "string",      "event_name": "string",      "payload": "string",      "status": "string",      "response_code": "string",      "response_body": "string",      "attempts": "string",      "completed_at": "string",      "created_at": "string"    }  ]}