Billingo
Connector for the billingo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.billingo.hu/v3 - Auth:
header:X-API-KEY(pass your key via theapiKeyinput)
Operations
listbankaccount— GET /bank-accounts — List all bank accountgetbankaccount— GET /bank-accounts/{id} — Retrieve a bank accountgetconversionrate— GET /currencies — Get currencies exchange rate.listdocumentblock— GET /document-blocks — List all document blockslistdocument— GET /documents — List all documentsgetdocument— GET /documents/{id} — Retrieve a document
Inputs
apiKey— your billingo API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listbankaccount
apiKey: <your key>