Add api/api-inventory.md
This commit is contained in:
27
api/api-inventory.md
Normal file
27
api/api-inventory.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# MailShelter API Inventory
|
||||||
|
|
||||||
|
## Authentication
|
||||||
|
- POST /api/auth/login
|
||||||
|
- POST /api/auth/logout
|
||||||
|
- GET /api/auth/me
|
||||||
|
|
||||||
|
## Resellers
|
||||||
|
- GET /api/resellers
|
||||||
|
- POST /api/resellers
|
||||||
|
- GET /api/resellers/:id
|
||||||
|
- PATCH /api/resellers/:id
|
||||||
|
|
||||||
|
## Customers
|
||||||
|
- GET /api/customers
|
||||||
|
- POST /api/customers
|
||||||
|
- GET /api/customers/:id
|
||||||
|
|
||||||
|
## Domains
|
||||||
|
- GET /api/domains
|
||||||
|
- POST /api/domains
|
||||||
|
- GET /api/domains/:id
|
||||||
|
|
||||||
|
## Routing
|
||||||
|
- GET /api/domains/:id/routes
|
||||||
|
- POST /api/domains/:id/routes
|
||||||
|
- PATCH /api/domains/:id/routes/reorder
|
||||||
Reference in New Issue
Block a user