Strapi how get to all products in api tutorial # 4
Strapi how to get all products in api tutorial # 4
In this tutorial we will learn how to get all products via api.
This is a get request. You can use any api testing tool for it.
[sourcecode]http://localhost:1337/api/products/[/sourcecode]
You will get a list of products or posts. Totally depends on what you have created.
It is not necessary. You just get product. If you have create any other route like post or restaurants or anything else.
You can follow it.