Skip to main content
GET
/
connections
/
{id}
/
inbound-webhooks
List inbound webhook subscriptions on a connection
curl --request GET \
  --url https://api.example.com/connections/{id}/inbound-webhooks \
  --header 'Authorization: Bearer <token>'
{
  "inbound_webhooks": [
    {
      "id": "<string>",
      "connection_id": "<string>",
      "secret_redacted": "<string>",
      "events": [
        "<string>"
      ],
      "disabled": true,
      "created_at": "<string>",
      "updated_at": "<string>",
      "tenant_id": "<string>",
      "external_service_id": "<string>",
      "verification_adapter_id": "<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

Response

Subscriptions for this connection (secrets redacted)

inbound_webhooks
object[]
required