URL Variablen
Name | Beschreibung |
---|---|
domain | Domain-Name inkl. TLD |
Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
type | Enum (dns.record) | DNS Record Type welcher gesetzt werden soll | |
name | String | Name bzw. Subdomain. Allgemein sollte * übergeben werden | |
data | String | Inhalt bzw. Wert des Eintrags |
Response (application/json)
{
"status": "success",
"requestID": "091bbf7c-a7a3-410a-9261-ec9cc2259a8c",
"message": "DNS record added",
"data": null
}
cURL
curl "https://live.fireapi.de/domain/:domain/dns/add" -X PUT -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d "type=REPLACE_VALUE&name=REPLACE_VALUE&data=REPLACE_VALUE"
Anfrage testen