View as markdown
Endpoints · Webhooks

Get one webhook

GEThttps://api.tickerbot.io/v2/webhooks/{id}

Returns the current state of a webhook subscription. Visibility is account-scoped (not key-scoped) — every API key on this account can fetch every webhook on this account. Webhooks owned by a different account return 404.

Plan access

Included on every plan.

Cadence

Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.

Capacity

Unlimited on every paid plan.

stringrequired

Webhook id returned by a subscribe endpoint (`POST /v2/tickers/{T}/subscribe`, etc.).

200
The full webhook record (signing_secret stripped).
400
Invalid webhook id format.
404
Webhook not found, or owned by another account.