API overview
Vouus exposes APIs for tenant management, authentication, billing, and related operations.
Who should read this — Use this page for base URLs and authentication before calling any REST API. Product-only users rarely need it; start from Get started or Guides overview.
Base URLs
Your organization receives base URLs from Vouus (or from your administrator) for:
- Platform API — Tenant configuration, health checks, and related operations.
- Auth — Sign-in, sign-up, and tokens.
- Billing — Plans and subscriptions (sometimes exposed via a billing integration).
Do not hard-code production URLs in client-side code without your security team’s approval.
Authentication
Most API calls require a valid JWT or session token. Send the token in the Authorization header (or as your integration guide specifies).
Main API areas
| Area | Purpose |
|---|---|
| Platform API | Tenant provisioning, configuration, health. |
| Auth | Login, signup, token refresh. |
| Billing | Plans and subscriptions. |
Next steps
- Quick start — Roles and integration order.
- Guides — Auth and product guides.
- Integrations — Practices for connecting apps and services.