cURL
curl --request GET \ --url https://api.collectpure.com/products/get-product-options/v1 \ --header 'x-api-key: <api-key>'
{ "data": [ { "value": "<string>", "label": "<string>", "variants": [ { "value": "<string>", "label": "<string>" } ] } ] }
Retrieve all product options with images, categories, and variants
API key for authentication
Default Response
Show child attributes