Is necessary to have at least the Standard plan to use this route.
The ID of the application. You can find this in the URL of your application’s dashboard.
Response
Indicates whether the call was successful.. success if successful, error if not.
The contents of the response.
The type of the DNS record.
The name of the DNS record.
The value of the DNS record.
The status of the DNS record. It can be pending_validation, pending or active.
{
"status": "success",
"response": [
{
"type": "txt",
"name": "_acme-challenge.joaootavios.dev",
"value": "hmo-jMx_KCWQU5CWG6xmrkI4AOZOJXlQtjEtc7zI1PA",
"status": "pending_validation"
},
{
"type": "cname",
"name": "joaootavios.dev",
"value": "custom.squarecloud.app",
"status": "pending"
}
]
}