- Products
- Get a single product
Products
Get a single product
Get a single product by its product id.
GET
/v1/products/{productId}
productId*
curl --request GET \
--url https://api.bitski.com/v1/products/{productId} \
--header 'Content-Type: application/json' \
--data '{
"products": array of objects,
"error":
}'
curl --request GET \
--url https://api.bitski.com/v1/products/{productId} \
--header 'Content-Type: application/json' \
--data '{
"products": array of objects,
"error":
}'