dns-records.read
- DNS Records Read OnlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/dns-records'
{
"status": 200,
"success": true,
"data": [
{
"id": 1773697839,
"type": "A",
"name": "Test 1",
"content": "192.1.1.1"
},
{
"id": 998677032,
"type": "CNAME",
"name": "Test Blog",
"content": "blog.yourwebsite.com"
},
{
"id": 358857001,
"type": "MX",
"name": "Test Security",
"content": "security.yourwebsite.com",
"priority": 1
}
]
}