| Field | Type | Description |
|---|---|---|
| data | String[] | List of record type |
| Action | URL |
|---|---|
| Save Zone Basic Record | {{baseUrl}}/dns/v2/zone/:zone/basic/record |
curl --location --request GET 'https://oteapi.webnic.cc/dns/v2/zone/record-types' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": [
"A",
"AAAA",
"CNAME",
"MX",
"SRV",
"TXT"
]
}