Ublo API Cookbook
Practical guide to integrate the Ublo GraphQL API as a third-party integrator (Bearer token). This cookbook complements the official developer documentation — it does not replace the GraphQL schema or domain pages.
What you get
- Getting started — API token auth, minimal HTTP client, conventions (money, IDs, errors).
- Step-by-step workflows — real business sequences with GraphQL / Node.js / curl tabs.
- Recipes — ready-to-paste paginated lists (units, rental folders) and reading a folder.
Source legend
| Badge | Meaning |
|---|---|
| Observed | Rebuilt from a GraphQL call capture of the admin UI (anonymized queries/variables). |
| Reconstructed | Cross-check of end-user docs + official schema / use cases (no UI capture for that path). |
Recommended path
- Authentication
- Workflows overview
- Observed chain: bank account → organization → unit → accounting → complete unit
- Reconstructed chain: owner → tenant → rental folder
- Observed chain (folder): activate → contract → invoice → collect
Scope
- Static examples (no live runner in this site).
- Audience: third-party integrators (not the admin session cookie).
- Monetary amounts from the capture are euro cents (see Money & IDs).