Internal API Documentation Portal
Welcome to the internal API documentation portal for the Acme platform. This site gathers every public and internal HTTP endpoint that our services expose, organised by subject area. Use the sidebar to jump between sections, or the search page to quickly find endpoints by method, path, description, or parameter name.
Authentication
3 endpoints
POST /api/v1/auth/token, POST /api/v1/auth/refresh, DELETE /api/v1/auth/revoke
Billing
5 endpoints
GET /api/v1/billing/subscription, POST /api/v1/billing/subscription/upgrade, GET /api/v1/billing/invoices, …
Projects
6 endpoints
GET /api/v1/projects, POST /api/v1/projects, GET /api/v1/projects/{project_id}, …
Users Management
5 endpoints
GET /api/v1/users, GET /api/v1/users/{user_id}, POST /api/v1/users, …