Introduction
What the Verbleif developer platform is and how apps connect to it.
The Verbleif developer platform lets you build apps and integrations on top of the same API that powers Verbleif. Apps are distributed through the Verbleif App Store, where a customer (a park or campsite) installs your app and grants it a set of scopes.
This documentation covers how to authenticate, how to call the JSON-LD API, and how App Store connectors receive inbound webhooks from partner systems.
What you can build
- Integrations that sync reservations, guests and tasks with an external PMS or booking platform.
- Guest-facing apps that extend what park staff and guests can do inside Verbleif.
- Back-office tooling that reads or writes data on behalf of a customer, within the scopes they approved.
How it fits together
Every app is registered once and then installed per customer. Installation produces an OAuth grant scoped to exactly the data the app asked for and the customer approved.
An app never has blanket access. It only ever sees the locations and data covered by the scopes the customer granted at install time.
Before you start
You will need a developer account and a registered app. Once you have those, continue with Authentication to obtain an access token, then Making requests to call the API.