#Core API list
2 messages · Page 1 of 1 (latest)
I think this is the best they have
https://docs.medusajs.com/api/admin
https://docs.medusajs.com/api/store
API reference for Medusa's Admin endpoints. All endpoints are prefixed with /admin.
Authentication
There are two ways to send authenticated requests to the Medusa server: Using a user's API token, or using a Cookie Session ID.
Expanding Fields
In many endpoints you'll find an expand query parameter that can be passed to the endpo...
API reference for Medusa's Storefront endpoints. All endpoints are prefixed with /store.
Authentication
To send requests as an authenticated customer, you must use the Cookie Session ID.
Expanding Fields
In many endpoints you'll find an expand query parameter that can be passed to the endpoint. You can use the expand query para...