Skip to main content
GET
/
webhooks
/
{id}
/
deliveries
List webhook deliveries
curl --request GET \
  --url https://api.example.com/webhooks/{id}/deliveries \
  --header 'Authorization: Bearer <token>'
{
  "deliveries": [
    {
      "id": "<string>",
      "webhook_id": "<string>",
      "event": "<string>",
      "status_code": 123,
      "attempt": 123,
      "succeeded": true,
      "error": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200

Response

List of delivery attempts

deliveries
object[]
required