API Overview
How the WOHNO REST API is structured and what you can build with it.
The WOHNO REST API lets you integrate listings, appointments and applications into your own systems. This portal is English-first: the reference and guides use English terminology to match the API field names.
Base URL
All endpoints live under a versioned base path:
https://wohno.de/api/v1
Authentication
Requests are authenticated with an API key sent in the X-API-Key header.
Publishable keys (pk_…) are browser-safe and read-only; secret keys (sk_…)
are server-only and unlock write operations. See the dedicated authentication
guide for details.
What's next
- Quickstart — make your first authenticated request.
- API Reference — the full, interactive endpoint reference.
- Use-case guides — end-to-end walkthroughs for common integrations.
- Postman collection — importable collection of every endpoint;
after importing, set the
baseUrlandapiKeyvariables and you're ready to go.
This overview is a scaffold page. Follow-up tasks add the Quickstart, Auth, Errors, use-case guides, code samples and changelog as additional MDX files.