import Feedback from "@/components/Feedback" This API reference includes Medusa's Admin APIs, which are REST APIs exposed by the Medusa backend. They are typically used to perform admin functionalities or create an admin dashboard to access and manipulate your commerce store's data. All endpoints are prefixed with `/admin`. So, during development, the endpoints will be available under the path `http://localhost:9000/admin`. For production, replace `http://localhost:9000` with your Medusa backend URL. There are different ways you can send requests to these endpoints, including: - Using Medusa's [JavaScript Client](https://docs.medusajs.com/js-client/overview) - Using the [Medusa React](https://docs.medusajs.com/medusa-react/overview) library - Using cURL Aside from this API reference, check out the [Commerce Modules](https://docs.medusajs.com/modules/overview) section of the documentation for guides on how to use these APIs in different scenarios.