Get a webhook subscription
Webhooks
Get a webhook subscription
Fetch one subscription by id. The signing secret is omitted — use rotate-secret if you’ve lost it.
GET
Get a webhook subscription
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Response
The subscription.
Example:
"whk_01HXYZ8A6N7K2W9PQ4T5Z3V6E0"
Example:
[
"connection.requires_action",
"connection.active",
"connection.failed",
"connection.disconnected",
"connection.capability_changed",
"account.refresh.completed",
"account.refresh.failed"
]Available options:
active, paused, disabled 