OptionalnameA fully qualified record name. For example, to only include records matching sub.example.com, send a GET request to /v2/domains/$DOMAIN_NAME/records?name=sub.example.com.
OptionalpageWhich 'page' of paginated results to return.
OptionalperNumber of items returned per page
OptionaltypeThe type of the DNS record. For example: A, CNAME, TXT, ...
To get a listing of all records configured for a domain, send a GET request to
/v2/domains/$DOMAIN_NAME/records.The list of records returned can be filtered by using thenameandtypequery parameters. For example, to only include A records for a domain, send a GET request to/v2/domains/$DOMAIN_NAME/records?type=A.namemust be a fully qualified record name. For example, to only include records matchingsub.example.com, send a GET request to/v2/domains/$DOMAIN_NAME/records?name=sub.example.com. Both name and type may be used together.