# Webhook Notifications Use Webhook Notification endpoints to subscribe to real-time notifications for account and domain events. This keeps your application updated on important changes without polling the API. ## Get Subscribed Notifications - [GET /core/v1/notifications](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/getsubscribednotifications.md): Retrieves all active webhook subscriptions on the account. ## Subscribe To Notification - [POST /core/v1/notifications](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/subscribetonotification.md): Creates a webhook subscription to receive real-time notifications about specific domain or account events (e.g. transfer completions, renewals). Pass the callback URL and event types. This allows external systems to stay in sync with name.com changes. ## Delete Subscription - [DELETE /core/v1/notifications/{id}](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/deletesubscription.md): Removes a webhook subscription from the account. ## Modify Subscription - [PUT /core/v1/notifications/{id}](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/modifysubscription.md): Updates an existing webhook’s configuration. This may include changing the callback URL or updating whether the webhook is currently active. ## Domain Transfer Status Change - [POST domainTransferStatusChange](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/domaintransferstatuschangewebhook.md): Sent when you have subscribed to the event on your account, and a domain transfer is processing. ## Webhook for credit balance changes - [POST accountCreditBalanceChange](https://docs.name.com/api-spec-cdn/namecom.api/webhook-notifications/accountcreditbalancechangewebhook.md): This is the payload that will be sent to the subscribed URL, when a changed to the amount of account credit for an account changes. This will trigger on both increases and decreases in account credit for the account.