Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://dns-service.iran.liara.ir/api/v1/zones \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "status": "<string>", "data": { "id": "<string>", "name": "<string>", "status": "<string>", "currentNameServers": [ "<string>" ], "nameServers": [ "<string>" ], "lastCheckAt": "<string>", "createdAt": "<string>" } }
creates a new zone on dns server
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
Bearer:
The zone to create
Successful operation
Show child attributes