GET
/
products
curl --request GET \
  --url https://api.aasaan.shop/api/v1/stores/products \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "page": 123,
  "perPage": 123,
  "results": [
    "<any>"
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

page
number

Current Page

perPage
integer

Number of products per page

Response

200
application/json
A list of all products.

The response is of type object.