DNSZonesRecordsets
List Recordsets
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*string
Query Parameters
name?string|null
Record name
records?string|null
Records
limit?integer
Default
100Range
1 <= valueoffset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.misaka.io/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