POST
POST
POST
POST
POST
POST
POST
PorkbunPorkbunDNS FunctionalityDNS Create Record
POST
https://api.lowcodeapi.com/porkbun/api/json/v3/dns/create/domain
Query Parameters 1
domain*string
Parameters Description
domain*string
Domain
Request Body
Content Type : application/json
Request Parameters
namestring
The subdomain for the record being created, not including the domain itself
typeenum
The type of record being created
contentstring
The answer content for the record. Please see the DNS management popup from the domain management console for proper formatting of each record type
ttlstring
The time to live in seconds for the record. The minimum and the default is 600 second
Overview
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/porkbun/api/json/v3/dns/create/domain' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "name": "",
  "type": "",
  "content": "",
  "ttl": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00