Skip to main content

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

  1. Getting started — API token auth, minimal HTTP client, conventions (money, IDs, errors).
  2. Step-by-step workflows — real business sequences with GraphQL / Node.js / curl tabs.
  3. Recipes — ready-to-paste paginated lists (units, rental folders) and reading a folder.

Source legend

BadgeMeaning
ObservedRebuilt from a GraphQL call capture of the admin UI (anonymized queries/variables).
ReconstructedCross-check of end-user docs + official schema / use cases (no UI capture for that path).
  1. Authentication
  2. Workflows overview
  3. Observed chain: bank account → organization → unit → accounting → complete unit
  4. Reconstructed chain: owner → tenant → rental folder
  5. 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).