# Manage Domain Settings (https://developer.godaddy.com/en/docs/references/rest/domains/v2/manage-domain-settings)

***

title: Manage Domain Settings
description: Retrieve domain details and manage contacts, nameservers,
forwarding rules, privacy forwarding, renewals, and redemption.
full: true
\_openapi:
preload:

* ./openapi-specs/specs/domains-v2.yaml
  toc:
* depth: 2
  title: Retrieve the forwarding information for the given fqdn
  url: '#retrieve-the-forwarding-information-for-the-given-fqdn'
* depth: 2
  title: Create a new forwarding configuration for the given FQDN
  url: '#create-a-new-forwarding-configuration-for-the-given-fqdn'
* depth: 2
  title: Submit a forwarding cancellation request for the given fqdn
  url: '#submit-a-forwarding-cancellation-request-for-the-given-fqdn'
* depth: 2
  title: Modify the forwarding information for the given fqdn
  url: '#modify-the-forwarding-information-for-the-given-fqdn'
  structuredData:
  headings:
  * content: Retrieve the forwarding information for the given fqdn
    id: retrieve-the-forwarding-information-for-the-given-fqdn
  * content: Create a new forwarding configuration for the given FQDN
    id: create-a-new-forwarding-configuration-for-the-given-fqdn
  * content: Submit a forwarding cancellation request for the given fqdn
    id: submit-a-forwarding-cancellation-request-for-the-given-fqdn
  * content: Modify the forwarding information for the given fqdn
    id: modify-the-forwarding-information-for-the-given-fqdn
    contents:
  * content: Returns current change of registrant details including status,
    requested contacts, and any pending approvals.
  * content: Cancels a pending change of registrant. Returns 202 - poll GET
    .../actions/CHANGE\_OF\_REGISTRANT\_DELETE until COMPLETED, FAILED, or
    CANCELLED.
  * content: Replaces the domain's authoritative nameservers. Returns 202 - poll GET
    .../actions/DOMAIN\_UPDATE\_NAME\_SERVERS until the action reaches a
    terminal state.
  * content: Returns the full DomainDetailV2 object including status, contacts,
    nameservers, lock state, privacy flag, and expiration timestamp.
  * content: Returns the current privacy email forwarding configuration including
    target address and forwarding mode.
  * content: Updates privacy email forwarding settings. Only fields included in the
    request are modified. Returns 202 - poll the actions endpoint for
    completion.
  * content: Returns the forwarding configuration for the FQDN including destination
    URL and redirect type. Returns 404 if no forwarding rule exists.
    heading: retrieve-the-forwarding-information-for-the-given-fqdn
  * content: Creates or replaces the forwarding configuration for the FQDN.
    Idempotent - replaying the same request produces the same rule.
    Returns 204 No Content.
    heading: create-a-new-forwarding-configuration-for-the-given-fqdn
  * content: Removes the forwarding configuration for the FQDN. Returns 204 No
    Content.
    heading: submit-a-forwarding-cancellation-request-for-the-given-fqdn
  * content: Updates the forwarding configuration for the FQDN. Only fields included
    in the request are modified. Returns 204 No Content.
    heading: modify-the-forwarding-information-for-the-given-fqdn

***
