Skip to main content

Inventory cards

Endpoint

URL: /api/v6/inventory_cards
Method: GET

Request headers

X-API-KEY: <your_api_key>

Query parameters

ParameterRequiredDescription
filtering[product_id]YesProduct id.
filtering[sheet_date:gte]No*Range start.
filtering[sheet_date:lte]No*Range end.

* If both are omitted, the API defaults from 2000-01-01 to now.

Example request

GET /api/v6/inventory_cards?filtering[product_id]=101&limit=100 HTTP/1.1
Host: example.getflycrm.com
X-API-KEY: your-api-key