Skip to main content
GET
/
products
List products
curl --request GET \
  --url https://api.fiskil.com/v1/data-provider/cdr/products
{
  "cursor": "<string>",
  "products": [
    {
      "change_status": 0,
      "last_updated": "<string>",
      "name": "<string>",
      "product_category": "<string>",
      "product_id": "<string>"
    }
  ],
  "total_pages": 123
}

Query Parameters

page
integer

Page number

page_size
integer

Page size

Response

Products listed successfully

cursor
string
products
object[]
total_pages
integer