get https://api.quicko.com/gst/businesses//items
Retrieves all items from the business. Provide count and skip for pagination.
Log in to see full request history
Responses
Retrieves all items from the business. Provide count and skip for pagination.
xxxxxxxxxx
11curl --request GET \
--url https://api.quicko.com/gst/businesses/business_id/items \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-version: 3.5' \
--data '
{
"count": "10",
"skip": "0"
}
'
Try It!
to start a request and see the response here! Or choose an example: