List DNS Records

GET {{baseUrl}}/dns-records

Managing DNS records for a Salla store via the API. This endpoint allows you to retrieve all of the DNS records, such as A, CNAME, MX, and TXT records.

dns-records.read- DNS Records Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","type":"A","name":"\u003cstring\u003e","content":"\u003cstring\u003e","priority":"\u003cinteger\u003e"},{"id":"\u003cnumber\u003e","type":" AAAA ","name":"\u003cstring\u003e","content":"\u003cstring\u003e","priority":"\u003cinteger\u003e"}]}