Search
⌘
K
Acme Platform
Search
K
Getting Started
Docs
Architecture
Guides
API Reference
CLI Reference
Products
Web
API
UI
DB
Stripe
Docker
Contributing
Theme
Menu
›
References
›
Endpoints
Copy Markdown
On this page
#
Endpoints
#
Users
Method
Path
Description
GET
/users
List all users
GET
/users/:id
Get user by ID
POST
/users
Create a user
PATCH
/users/:id
Update a user
DELETE
/users/:id
Delete a user
#
Projects
Method
Path
Description
GET
/projects
List all projects
GET
/projects/:id
Get project by ID
POST
/projects
Create a project