Skip to main content
GET
/
system
/
inbound-webhook-subscriptions
/
{connection_id}
List inbound webhook subscriptions
curl --request GET \
  --url https://api.example.com/system/inbound-webhook-subscriptions/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "subscriptions": [
    {
      "id": "<string>",
      "connection_id": "<string>",
      "secret": "<string>",
      "events": [
        "<string>"
      ],
      "disabled": true,
      "external_service_id": "<string>",
      "verification_adapter_id": "<string>",
      "integration_name": "<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

connection_id
string
required
Minimum string length: 1

Response

Subscriptions matching the connection (decrypted secrets)

subscriptions
object[]
required