API Reference/Dns
List DNS Records
GET
/dns/v1/records
Query Parameters
domain
RequiredstringResponse Body
200
records
Requiredarray<object>400
message
RequiredstringDelete DNS Record DELETE
Previous Page
Create a domain verification request POST
This creates a Freestyle Domain Verification Request. It returns a `verificationCode` for your domain. You need to place this code in a TXT record at `_freestyle_custom_hostname.thedomain.com`, then call the [verify domain](/#tag/domains/PUT/domains/v1/verifications) endpoint with the domain to verify it.