API allowlist (docs v1)
Routes are private by default. Only explicitly allowlisted paths appear in the public API reference. Dashboard/session routes require a Better Auth session cookie and are not an integrator API promise.
Documentation grouping: /docs/api/v1
The /docs/api/v1 path is a documentation grouping only. It does not promise that production HTTP paths contain /v1.
API base URL: https://api.hostinty.com
| Method | Path | Classification | Credential | Summary |
|---|---|---|---|---|
GET | /public/health | EXTERNALLY_USABLE | NONE | Liveness probe for the Hostinty API. |
GET | /public/health/db | EXTERNALLY_USABLE | NONE | Database connectivity probe. |
GET | /public/version | EXTERNALLY_USABLE | NONE | API build/version metadata. |
GET | /public/status | EXTERNALLY_USABLE | NONE | Coarse platform status for status pages. |
GET | /organization/me | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | Current user + organization context for the customer dashboard. |
GET | /organization/organizations | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | List organizations for the signed-in user. |
GET | /organization/projects | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | List projects in the active organization. |
GET | /organization/billing/summary | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | Read-only billing summary for the dashboard. |
GET | /organization/usage | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | Bounded usage and fair-use warning signals. |
GET | /organization/mcp/tokens | DASHBOARD_SESSION_ONLY | BETTER_AUTH_SESSION | List MCP PATs for the signed-in user (management UI only). |
Example (fake data)
curl -sS https://api.hostinty.com/public/health