TrieOH
PayssageAPIWebhooks

List an endpoint's deliveries

Lists the delivery attempts made to a webhook endpoint. Each delivery tracks retries: up to 5 attempts before it is marked `failed`.

GET/webhooks/endpoints/{endpoint_id}/deliveries

Lists the delivery attempts made to a webhook endpoint. Each delivery tracks retries: up to 5 attempts before it is marked failed.

Authorization

bearerAuth
AuthorizationBearer <token>

JWT issued by IdentityX, signed with Ed25519

In: header

Path Parameters

endpoint_id*string

Webhook endpoint ID.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08/deliveries"
{
  "code": 0,
  "message": "string",
  "error": {
    "code": "BAD_REQUEST",
    "message": "string",
    "fields": [
      {
        "field": "string",
        "message": "string"
      }
    ],
    "meta": {},
    "debug": {
      "raw_error": "string",
      "stack_trace": "string"
    }
  },
  "pagination": {
    "page": 1,
    "limit": 1,
    "total": 0,
    "has_next": true,
    "has_prev": true,
    "next_page": 0,
    "prev_page": 0
  },
  "timestamp": "2019-08-24T14:15:22Z",
  "module": "string",
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "endpoint_id": "e9ce0d4f-d433-423d-9497-4c000544106c",
      "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7",
      "status": "pending",
      "attempts": 0,
      "last_attempted_at": "2019-08-24T14:15:22Z",
      "response_status": 0,
      "response_body": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "error": {
    "code": "BAD_REQUEST",
    "message": "string",
    "fields": [
      {
        "field": "string",
        "message": "string"
      }
    ],
    "meta": {},
    "debug": {
      "raw_error": "string",
      "stack_trace": "string"
    }
  },
  "timestamp": "2019-08-24T14:15:22Z",
  "module": "string"
}
{
  "code": 0,
  "message": "string",
  "error": {
    "code": "BAD_REQUEST",
    "message": "string",
    "fields": [
      {
        "field": "string",
        "message": "string"
      }
    ],
    "meta": {},
    "debug": {
      "raw_error": "string",
      "stack_trace": "string"
    }
  },
  "timestamp": "2019-08-24T14:15:22Z",
  "module": "string"
}
{
  "code": 0,
  "message": "string",
  "error": {
    "code": "BAD_REQUEST",
    "message": "string",
    "fields": [
      {
        "field": "string",
        "message": "string"
      }
    ],
    "meta": {},
    "debug": {
      "raw_error": "string",
      "stack_trace": "string"
    }
  },
  "timestamp": "2019-08-24T14:15:22Z",
  "module": "string"
}