Skip to main content
GET
/
webhooks
List webhooks
curl --request GET \
  --url https://api.example.com/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "webhooks": [
    {
      "id": "<string>",
      "url": "<string>",
      "events": [
        "<string>"
      ],
      "secret": "<string>",
      "active": true,
      "created_at": "<string>",
      "updated_at": "<string>",
      "type_filter": "<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_...)

Response

List of webhooks (secrets redacted)

webhooks
object[]
required