Rewardly Docs
API ReferenceWebhooks

List recent deliveries for a webhook endpoint

GET
/v1/webhook-endpoints/{id}/deliveries
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

page?integer
Range1 <= value
Default1
page_size?integer
Range1 <= value <= 100
Default50

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/webhook-endpoints/string/deliveries"
{  "deliveries": [    {      "id": "string",      "eventType": "string",      "status": "string",      "attempts": 0,      "responseStatus": 0,      "lastAttemptAt": "string",      "createdAt": "string"    }  ],  "total": 0}