# Domain Notifications (https://developer.godaddy.com/en/docs/references/rest/domains/v2/domain-notifications)

***

title: Domain Notifications
description: Manage notification opt-in preferences, retrieve notification
schemas, and acknowledge domain lifecycle notifications.
full: true
\_openapi:
preload:

* ./openapi-specs/specs/domains-v2.yaml
  toc: \[]
  structuredData:
  headings: \[]
  contents:
  * content: Returns the next unacknowledged domain notification. Returns 200 with a
    Notification body, or 204 if no notifications are pending.
  * content: Returns the notification types the account is currently opted in to
    receive.
  * content: Opts the account in to receiving the specified notification types.
    Returns 204 No Content.
  * content: Returns the JSON schema for a specific notification type's data
    payload. Use to validate or parse notification data before processing.
  * content: Acknowledges a domain notification, removing it from the notification
    queue. Returns 204 No Content.

***
