DNSRecordsets
Get RecordSet
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
domain*string
name*string
type*string
Response Body
application/json
curl -X GET "https://api.misaka.io/v3/dns/zones/string/recordsets/string/string"{
"name": "string",
"type": "string",
"ttl": 0,
"enabled": true,
"protected": false,
"alias": "string",
"records": [
{}
],
"filters": [
{}
]
}How is this guide?
Last updated on