Skip to content
Browse documentation
BetaReviewed 2026-08-08

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

MethodPathClassificationCredentialSummary
GET/public/healthEXTERNALLY_USABLENONELiveness probe for the Hostinty API.
GET/public/health/dbEXTERNALLY_USABLENONEDatabase connectivity probe.
GET/public/versionEXTERNALLY_USABLENONEAPI build/version metadata.
GET/public/statusEXTERNALLY_USABLENONECoarse platform status for status pages.
GET/organization/meDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONCurrent user + organization context for the customer dashboard.
GET/organization/organizationsDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONList organizations for the signed-in user.
GET/organization/projectsDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONList projects in the active organization.
GET/organization/billing/summaryDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONRead-only billing summary for the dashboard.
GET/organization/usageDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONBounded usage and fair-use warning signals.
GET/organization/mcp/tokensDASHBOARD_SESSION_ONLYBETTER_AUTH_SESSIONList MCP PATs for the signed-in user (management UI only).

Example (fake data)

curl -sS https://api.hostinty.com/public/health