# Získat aktuální stav kreditu pro API klíč Endpoint: GET /credit Version: v1 Security: x-api-key ## Response 200 fields (application/json): - `success` (boolean) Stav úspěchu. Example: true - `credit` (object) Informace o stavu kreditu. - `credit.credit_czk` (number) Stav kreditu v CZK. - `credit.credit_eur` (number) Stav kreditu v EUR. ## Response 400 fields (application/json): - `success` (boolean) Stav úspěchu. - `message` (string) Chybová zpráva. Example: "Nepodařilo se načíst stav kreditu"