connect
Subscribe to trigger
Subscribe to (or refresh) a trigger. Supplying the same (params, delivery.url) refreshes the TTL and may rotate the secret.
POST
Subscribe to trigger
Documentation Index
Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Smithery API key as Bearer token
Body
application/json
Response
Subscription created or refreshed
Stable subscription id derived from (namespace, connection, name, params, delivery.url). Used by the receiver to route via X-MCP-Subscription-Id.
Example:
"trg_01HW1234567890"
ISO 8601 timestamp at which the subscription expires unless refreshed.
Example:
"2026-04-22T13:00:00.000Z"
Previous
Unsubscribe from triggerUnsubscribe by subscription key (params + delivery.url). Eager teardown — subscriptions also expire naturally on TTL.
Next
Subscribe to trigger