--- title: WebhookSubscriptionEndpoint - GraphQL Admin description: An endpoint to which webhook subscriptions send webhooks events. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/WebhookSubscriptionEndpoint md: >- https://shopify.dev/docs/api/admin-graphql/unstable/unions/WebhookSubscriptionEndpoint.md --- # Webhook​Subscription​Endpoint union An endpoint to which webhook subscriptions send webhooks events. ## Fields with this union * [Webhook​Subscription.endpoint](https://shopify.dev/docs/api/admin-graphql/unstable/objects/WebhookSubscription#field-WebhookSubscription.fields.endpoint) OBJECT Deprecated *** ```graphql union WebhookSubscriptionEndpoint = WebhookEventBridgeEndpoint | WebhookHttpEndpoint | WebhookPubSubEndpoint ```