> ## Documentation Index
> Fetch the complete documentation index at: https://circle-devdocs-test-ai-codegen-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Webhook Subscriptions

> Subscribe to webhook notifications to be notified automatically when a transaction occurs.

*Circle's webhooks are an automated method for apps to receive notifications the
moment a transaction is completed or fails to complete. Circle will make a
request to your application when an operation is completed. That means your app
doesn’t need to poll Circle to know whether an operation has completed in the
blockchain—the confirmation will arrive automatically.*

For configuring a notification subscriber endpoint, see the
[Notifications Quickstart](/circle-mint/circle-apis-notifications-quickstart).

## Set Up Subscriptions

Through the Circle UI in Sandbox or Production, you can set up webhook
subscriptions. This can be done by:

1. Navigating to Developer → Subscriptions in Sandbox or Production.
2. Selecting Add Subscription
3. Entering an endpoint URL you would like notifications to go to.
4. Selecting Add Endpoint

<Warning>
  **Automatic subscription removal** All subscriptions in sandbox are removed after 30 days.
</Warning>

<Frame>
  <img src="https://mintcdn.com/circle-devdocs-test-ai-codegen-component/zjwlouYM7ujBrWdY/circle-mint/images/mws-dash-subs01.jpg?fit=max&auto=format&n=zjwlouYM7ujBrWdY&q=85&s=68f6c4d5f2717b4871a343f3f723ed93" width="1999" height="1143" data-path="circle-mint/images/mws-dash-subs01.jpg" />
</Frame>

## View Subscriptions

Via Circle's UI you can view all subscriptions registered to your account on
Developer → Subscriptions. Circle's Sandbox environment permits up to three
subscriptions and the Production environment supports one.

## Remove Subscriptions

While viewing subscriptions you are also provided the option to remove
subscriptions. This is done by simply selecting kebab on the Endpoint and
selecting remove.

## API Endpoints

All these actions can also be done using Circle's APIs. See
[API reference subscriptions](/api-reference/circle-mint/general/create-subscription)
for more detail.
