provider Webhooks GET
/webhooks/{webhookId} @utdk/linear
/webhooks/{webhookId} Get a webhook
Retrieve details of a specific webhook by its ID, including its URL, enabled status, and resource types it listens for.
- webhookId path required
- The unique identifier of the webhook
- string
Try it
Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import linear from '@utdk/linear';
await linear.getwebhook()