Alle Domains auflisten
GET
/domain/list
Response (application/json)
200
{4 Eigenschaften
"status": "success",
"requestID": "fa4330dc-a03e-459c-9f38-7b11868e0c33",
"message": "All registered domains are listed below",
"data": {1 Eigenschaft
"list": [2 Elemente
"abc.de",
"helloworld.xyz"
]
}
}
cURL
curl -X GET 'https://live.fireapi.de/domain/list' \ -H 'X-FIRE-APIKEY: YOUR-API-KEY'