Alle Domains auflisten

GET /domain/list

Response (application/json)

{
    "status": "success",
    "requestID": "fa4330dc-a03e-459c-9f38-7b11868e0c33",
    "message": "All registered domains are listed below",
    "data": {
        "list": [
            "abc.de",
            "helloworld.xyz"
        ]
    }
}

cURL

curl "https://live.fireapi.de/domain/list" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"

Anfrage testen