This block + 6,000 more โ€” yours with Pro

CRUD Endpoint Manager

45/100
Docs

API Endpoints

9 active ยท 10 total

GET
/api/v1/users

List all users

POST
/api/v1/users

Create a new user

GET
/api/v1/users/:id

Get user by ID

PUT
/api/v1/users/:id

Update user

DELETE
/api/v1/users/:id

Delete user

GET
/api/v1/products

List products

POST
/api/v1/orders

Create order

GET
/api/v1/health

Health check

PATCH
/api/v1/settings

Update settings

GET
/api/v0/users

List users (deprecated)