Get a single webhook subscription scoped to the caller's partner. Returns 404 (not 403) when the row exists but belongs to another partner — minimises ID leakage. No raw secret material is exposed.
Auth: Partner — authentication. findCallerSubscription calls requirePartnerCompanyId (403 unless bundle_id === 1) then loads the row WHERE id AND partner_company_id = caller's company; missing falls back to 404.
Rate limit: No rate limit.
Request
Response — { data: { data: {.} } } envelope. Same presenter fields as List my subscriptions: id, partner_company_id, label, webhook_url, events, payload_mode, delivery_kind, batch_interval_hours, delivery_label, last_batch_dispatched_at, is_active, hmac_secret_fingerprint, last_succeeded_at, last_failed_at, last_failure_reason, consecutive_failure_count, created_at, updated_at. No hmac_secret.
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
webhookSubscriptionId | integer | Required | Digits only. |
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
