dns
List existing DNS records
Retrieves a list of DNS records created for a domain name. By default it returns 20 records if no limit is provided. The rest can be retrieved using the pagination options.
GET
Authorizations
Default authentication mechanism
Path Parameters
Example:
"example.com"
Query Parameters
Maximum number of records to list from a request.
Example:
20
Get records created after this JavaScript timestamp.
Example:
1609499532000
Get records created before this JavaScript timestamp.
Example:
1612264332000
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Response
200
application/json
Successful response retrieving a list of paginated DNS records.
The response is of type string
.
The response is of type string
.