GET
/
v1
/
products
Get all products
curl --request GET \
  --url https://api.bitski.com/v1/products \
  --header 'Content-Type: application/json' \
  --data '{
  "products": [
    {}
  ],
  "error": {}
}'

Query Paramters

baseUrl
string
URL for a Bitski creator, e.g. https://www.bitski.com/@username, to filter products by.
limit
integer
Limit the number of products returned.
offset
integer
Product to start from when paginating.
saleType
string
Which type of product listing to return.
sold
boolean
Filter by if the product is sold (true) or not (false).

Response

products
array
required
error
object
required