Create DNS Record
POST {{baseUrl}}/dns-records
Managing DNS records for a Salla store via the API. This endpoint allows you to create DNS records such as A, CNAME, MX, and TXT records.
dns-records.read_write
- DNS Records Read & Write
Request Body
{"type"=>" AAAA ", "name"=>"<string>", "value"=>"<string>", "priority"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","type":"A","name":"\u003cstring\u003e","content":"\u003cstring\u003e","priority":"\u003cinteger\u003e"}}