I am trying to make an API call for retrieving Inventory Location from Magento.
GET http://<Server_Name>/rest/all/V1/inventory/sources
And its giving me this below response.
{
"message": "Request does not match any route.",
"trace": null
}
I know, it used to work before so is there something changed/broke ?