# Billingo API v3 **Provider:** Billingo API v3 **Category:** payments **Base URL:** `https://api.billingo.hu/v3` **Auth:** api-key — `X-API-KEY: YOUR_API_KEY` **Rate Limit:** 60 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.billingo.hu/kapcsolat ## Description This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our site. Afte ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.billingo.hu/v3/bank-accounts` | List all bank account | | POST | `https://api.billingo.hu/v3/bank-accounts` | Create a bank account | | DELETE | `https://api.billingo.hu/v3/bank-accounts/{id}` | Delete a bank account | | GET | `https://api.billingo.hu/v3/bank-accounts/{id}` | Retrieve a bank account | | PUT | `https://api.billingo.hu/v3/bank-accounts/{id}` | Update a bank account | | GET | `https://api.billingo.hu/v3/currencies` | Get currencies exchange rate. | | GET | `https://api.billingo.hu/v3/document-blocks` | List all document blocks | | GET | `https://api.billingo.hu/v3/documents` | List all documents | ## Authentication API key in the request header (X-API-KEY) ``` X-API-KEY: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.billingo.hu/v3/bank-accounts' \ -H 'X-API-KEY: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Hungarian invoicing and accounting API. Starter free (10 invoices/mo). Essential €9.99/mo. Professional €19.99/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/billingo-api-v3/) — CC BY 4.0*