Fiskil Docs

List products

List products for a team

GET
/products

List products for a team

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth 2.0 access token from the token endpoint. See Platform API authentication.

In: header

Query Parameters

cursorstring

Page cursor from previous response

page_sizeinteger

Page size

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/products"
{  "cursor": "string",  "products": [    {      "change_status": "ScheduledChangeStatusNeedsReview",      "last_updated": "string",      "name": "string",      "product_category": "string",      "product_id": "string"    }  ],  "total_pages": 0}
{  "property1": "string",  "property2": "string"}
{  "property1": "string",  "property2": "string"}