Skip to main content

API Endpoints

The backend provides the following endpoints for managing footer menu links.
  • Endpoint: GET /admin/footer-menu
  • Description: Retrieves all footer menu links, sorted by their order.
  • Response:
  • Endpoint: POST /admin/footer-menu
  • Description: Creates a new footer menu link.
  • Request Body:
  • Response:
  • Endpoint: PUT /admin/footer-menu/{id}
  • Description: Updates an existing footer menu link.
  • Request Body:
  • Response:
  • Endpoint: DELETE /admin/footer-menu/{id}
  • Description: Deletes a footer menu link permanently.
  • Response:

Frontend Implementation

To fetch and display footer menu links:

Active/Inactive Status Display


Conclusion

The Footer Menu Management system allows full control over website footer links. Administrators can dynamically update, add, and remove links, ensuring seamless navigation for users. Internal and external links are supported, and visibility can be controlled via the isActive flag.