Skip to main content
GET
/
webhook
/
deliveries
Get webhook deliveries
curl --request GET \
  --url https://api.orafi.app/v1/webhook/deliveries \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "event": "<string>",
      "payload": {},
      "status": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Delivery history

success
boolean
message
string
data
object[]