get http://localhost:8000/api/v1/products
Gets a paginated list of products.
Log in to see full request history
Response
Gets a paginated list of products.
xxxxxxxxxx
curl --request GET \
--url 'http://localhost:8000/api/v1/products?paginated=true' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: