`GET /v1/me/webhooks` — the caller's active webhook subscriptions.
GET
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.
Authorizations
Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.
Previous
`POST /v1/me/webhooks` — register an Ed25519-signed webhook for an asset.
URL is SSRF- and length-checked; idempotent on (url, asset).
Next
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.