DNSZonesRecordsets
List Recordsets
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*Domain
Query Parameters
name?|
Record name
records?|
Records
limit?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0Response Body
application/json
curl -X GET "https://example.com/v3/dns/zones/string/recordsets"{ "results": [ { "name": "string", "type": "string", "ttl": 0, "enabled": true, "protected": false, "alias": "string", "records": [ {} ], "filters": [ {} ] } ], "count": 0}How is this guide?
Last updated on