Preisliste abrufen

GET /domain/pricings

Response (application/json)

{
    "status": "success",
    "requestID": "a81cc243-ffbf-4559-90ef-ff8cd15683be",
    "message": "Pricings are listed below",
    "data": {
        "ac": {
            "price_net": {
                "create": 0,
                "renew": 0,
                "transfer": 0
            },
            "price_gross": {
                "create": 0,
                "renew": 0,
                "transfer": 0
            }
        },
        "...": {}
    }
}

cURL

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

Anfrage testen