Alle Rechnungen anzeigen

GET /accounting/invoices

Response (application/json)

{
    "status": "success",
    "requestID": null,
    "message": "success",
    "data": {
        "4e9651b6-1d2c-453d-80e9-6b5ae5e5ec74": {
            "created": "2023-06-07T14:05:35.000Z",
            "total": 12.43,
            "status": "PAID",
            "invoice": "https:\/\/invoice.24fire-gmbh.de\/8cb1ead1-2635-4898\/4e9651b6-1d2c-453d-80e9-6b5ae5e5ec74"
        },
        "9fb6d6ad-b0f5-4bb4-b537-c3750bd0ac74": {
            "created": "2023-06-09T15:22:13.000Z",
            "total": 1.49,
            "status": "OPEN",
            "invoice": "https:\/\/invoice.24fire-gmbh.de\/8cb1ead1-2635-4898\/9fb6d6ad-b0f5-4bb4-b537-c3750bd0ac74"
        }
    }
}

Response Enums

Response Parameter Beschreibung
status Bezahl-Status der Rechnung

cURL

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

Anfrage testen