Manage Subcategories (Admin)

Full CRUD operations for subcategories

Get All Subcategories (Admin)

GET
https://all-happy-events.swaadishthotels.com/api/admin/subcategories

Fetches ALL subcategories (published + unpublished)

Response

Create Subcategory

POST
https://all-happy-events.swaadishthotels.com/api/admin/subcategories
Max 5MB (JPEG, JPG, PNG)
Lower numbers appear first
Response

Update Subcategory

PUT
https://all-happy-events.swaadishthotels.com/api/admin/subcategories/{id}
Leave empty to keep current category
Leave empty to keep current image
Response

Delete Subcategory

DELETE
https://all-happy-events.swaadishthotels.com/api/admin/subcategories/{id}

Warning: This will permanently delete the subcategory!

Response