list_webhooks
Retrieve webhook subscription IDs linked to your OAuth2 token. Use each returned UUID to fetch full details like callback URL, filters, and authentication.
Instructions
List all webhook subscription IDs owned by the current OAuth2 token holder.
Returns a list of webhook UUIDs. Use get_webhook with each ID to retrieve the full subscription details (callback URL, filters, authentication).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||