List DNS Records
GET https://api.salla.dev/admin/v2/dns-records
Managing DNS records for a Salla store via the API. This endpoint involves programmatically retrieving all of the DNS records, such as A, CNAME, MX, and TXT records.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cinteger\u003e","type":"SPF ","name":"\u003cstring\u003e","value":"\u003cstring\u003e","priority":"\u003cinteger\u003e"},{"id":"\u003cinteger\u003e","type":"TXT ","name":"\u003cstring\u003e","value":"\u003cstring\u003e","priority":"\u003cinteger\u003e"}]}