> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateWebhookEndpointInput

> Input for creating a webhook endpoint.

<ResponseField name="description" type="String">
  An optional merchant-supplied label for the endpoint.
</ResponseField>

<ResponseField name="topics" type={<a href="/docs/api-reference/v3/reference/webhooks/webhook-topic">[WebhookTopic!]!</a>} required>
  The set of topics the endpoint should subscribe to.
</ResponseField>

<ResponseField name="url" type="String!" required>
  The destination URL deliveries are POSTed to.
</ResponseField>
