List Items
A list of all items available in the inventory may be obtained using this endpoint. For emphasis on specific results, you can add filters based on user, business, or category.
Endpoint
GET
https://app.xtrakit.com/api/v1/inventory/items
Headers
Authorization: Bearer API_KEY
Query Parameters
Parameters
Type
Description
category_id
int
Optional
Filters items by the category.
created_at
datetime
Optional
Start date for filtering items records
(format: YYYY-MM-DD H:m:s)
updated_at
date
Optional
End date for filtering items records
(format: YYYY-MM-DD)
Sample Requests
Sample Response
Last updated