Domain Nameservers
1# Session cookie required (not available with API keys)2curl "https://reloop.sh/api/domain/v1/nameservers/dom_123456789" \3 -H "Cookie: reloop.session_token=<session>"1{2 "object": "domain_nameservers",3 "domainId": "example_domainId",4 "domain": "send.example.com",5 "nameservers": [6 "example_nameservers"7 ],8 "dnsProvider": "example_dnsProvider",9 "event": "evt_123456789"10}Path Parameters
domain_idstringRequired
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.