Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
query getWebhookTargets($first: Int = 50, $after: String) { webhookTargets(first: $first, after: $after) { edges { node { id url description version isEnabled eventSubscriptions { eventType } } } pageInfo { hasNextPage endCursor } } }
{ "first": 50 }
query getWebhookTarget($webhookTargetId: ID!) { webhookTarget(webhookTargetId: $webhookTargetId) { id url description version isEnabled eventSubscriptions { eventType } } }
{ "webhookTargetId": "wt_01HXXXXXXXXXXXXXXXXXXXXXXX" }
Was this page helpful?