---
title: "Domain Nameservers"
full: true
_openapi:
  method: GET
  toc: []
  structuredData:
    headings: []
    contents:
      - content: "Returns nameservers for a domain"
_apiData:
  document: "https://reloop.sh/api/domain/openapi/json"
  operationData: [{"path":"/api/domain/v1/nameservers/{domain_id}","method":"get"}]
  parameterList: [{"name":"domain_id","type":"string","required":true,"description":"","location":"path"}]
  responseMap: {"200":{"description":"Response for status 200","schema":{"object":"domain_nameservers","domainId":"example_domainId","domain":"send.example.com","nameservers":["example_nameservers"],"dnsProvider":"example_dnsProvider","event":"evt_123456789"}},"403":{"description":"Response for status 403","schema":{"message":"User is not a member of an organization"}},"404":{"description":"Response for status 404","schema":{"message":"DNS records not found"}}}
  codeSamples:
    - id: curl
      lang: bash
      label: cURL
      source: |-
        # Session cookie required (not available with API keys)
        curl "https://reloop.sh/api/domain/v1/nameservers/dom_123456789" \
          -H "Cookie: reloop.session_token=<session>"
---
> For the complete documentation index, see [llms-docs.txt](/llms-docs.txt) or the site index [llms.txt](/llms.txt). Full docs corpus: [llms-full-docs.txt](/llms-full-docs.txt). Prefer markdown URLs (append `.md`) for agent consumption. Product skill: [skill.md](/skill.md).


{/* This file was generated by the OpenAPI doc generator. Do not edit this file directly. Run `bun run generate:api-docs` to regenerate. */}

<APIPage />
