Manage Categories (Admin)

Full CRUD operations for categories

Get All Categories (Admin)

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

Fetches ALL categories (published + unpublished)

Response

Create Category

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

Update Category

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

Delete Category

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

Warning: This will permanently delete the category and all its subcategories!

Response