# Subscribe to Webhook Subscribes to a specific type of webhook. If a `store_id` is passed in, the webhooks will only be triggered for that specific `store_id`. The `event` type that is passed in will determine what type of webhooks will be sent. > **IMPORTANT** Webhooks will be sent to the URL specified in the `target_url`. The HTTP request will be sent via POST and will contain a [**webhook JSON object**](/apis/shipstation-v1/docs/models/webhook) in the body. **Regardless of how the webhook was created**, you can only *modify* an existing webhook through your ShipStation UI and application account Settings. To view and edit your webhooks via the application UI, log in to ShipStation and go to **Settings > Integrations > Integration Partners** under Integrations in the [**Account Settings**](https://ss.shipstation.com/#/settings/integrations). Learn more about webhooks in ShipStation's UI in this [**ShipStation Webhooks KB article**](https://help.shipstation.com/hc/en-us/articles/360025856252). ## Related Resources - [Webhook Model](/apis/shipstation-v1/docs/models/webhook) - [Unsubscribe from Webhook](/apis/shipstation-v1/docs/webhooks/unsubscribe)