File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ id : api-index
3+ title : API Reference Index
4+ slug : /api-index
5+ hide_table_of_contents : true
6+ ---
7+
8+ # API Endpoints
9+
10+ > This file is used for Algolia DocSearch indexing.
11+
12+ Below is a list of all API endpoints and their short descriptions.
13+ Each endpoint links to its detailed documentation page.
14+
15+ ---
16+
17+ ### Users
18+
19+ - ** GET /api/users** — Retrieve a list of users
20+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
21+
22+ - ** POST /api/users** — Create a new user
23+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
24+
25+ ---
26+
27+ ### Orders
28+
29+ - ** GET /api/orders** — Retrieve all orders
30+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
31+
32+ - ** POST /api/orders** — Create an order
33+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
34+
35+ ---
36+
37+ ### Products
38+
39+ - ** GET /api/products** — Retrieve product list
40+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
41+
42+ - ** GET /api/products/: id ** — Retrieve product detail
43+ [ Docs → Users List] ( /docs/api/admin/reference/#/operations/appsRetrieve )
You can’t perform that action at this time.
0 commit comments