Forward DNS Records
1const response = await fetch("https://reloop.sh/api/domain/v1/verify/{domain_id}/forward-dns", {2 method: "POST",3 headers: {4 "Authorization": "Bearer re_123456789",5 "Content-Type": "application/json",6 },7 body: JSON.stringify({8 "email": "email_value"9})10});11
12const data = await response.json();1{2 "success": true3}Path Parameters
domain_idstringRequired
Body Parameters
emailstringRequired
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.