Agiled Docs
GET
/public/v1/webhook-deliveries

Lists recent webhook delivery attempts.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?string

Number of deliveries to return.

Response Body

application/json

curl -X GET "https://loading/public/v1/webhook-deliveries"
{  "data": [    {      "attempt_count": 0,      "error_message": "string",      "event_type": "contact.created",      "id": "string",      "response_status": 0,      "status": "pending"    }  ]}
Empty
Empty
Empty