Skip to main content
GET
/
products
/
get-product-options
/
v1
Get product options
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>"
        }
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object[]
required