This API allows you to interact with various resources related to products, categories, orders, order items, users, groups, permissions, tables, and reviews. Below is a summary of the available endpoints:
-
Products: https://jcb.onrender.com/products/
- Retrieve information about products.
-
Categories: https://jcb.onrender.com/categories/
- Explore product categories.
-
Orders: https://jcb.onrender.com/orders/
- Access information about orders placed.
-
Order Items: https://jcb.onrender.com/orderitems/
- View details about individual items within orders.
-
Users: https://jcb.onrender.com/users/
- Manage user-related information.
-
Groups: https://jcb.onrender.com/groups/
- Organize users into groups.
-
Permissions: https://jcb.onrender.com/permissions/
- Define and manage permissions for users and groups.
-
Tables: https://jcb.onrender.com/tables/
- Access and manipulate tabular data.
-
Reviews: https://jcb.onrender.com/reviews/
- Retrieve and submit product reviews.
Authentication is required only for POST routes. Please include the necessary authentication credentials when making requests to these endpoints. Refer to the documentation for each endpoint to understand the authentication requirements.
Staff privileges are applicable only for POST routes as well. Ensure that users with staff privileges have the necessary permissions to perform these actions. Refer to the documentation for each POST endpoint to understand the required staff privileges.
Feel free to explore the API and integrate it into your applications.
Access it here.