> ## 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.

# CreateWebhookEndpointResult

> The result of creating a webhook endpoint.

**Required scopes:**
[`webhooks_write`](/docs/api-reference/v3/reference/scopes#scope-webhooks_write)

<ResponseField name="id" type="ID!" required>
  The id of the newly-created endpoint.
</ResponseField>

<ResponseField name="secret" type="String!" required>
  The signing secret, returned once at creation. Store it now — it isn't shown
  again.
</ResponseField>
