Magento – Magento rest api getting error Request does not match any route

magento2rest api

How can i create the base url for magento.

I have this error when i hit the url to get the order can some help me to find out the solution. I am using oauth authentication

{
  "message": "Request does not match any route.",
  "trace": null
}

url : http://sca.followthetiger.com/api/rest/order
and pass the consumer key and all in header.

Best Answer

You are using the wrong URL. Instead of

http://sca.followthetiger.com/api/rest/order

you should use

http://sca.followthetiger.com/api/rest/V1/orders/:order_id