get
/{tenantId}/v1/products/{productCode}/featuresList product features
Requires Authentication
Products
Returns all features for a product that the tenant has access to.
Prices reflect any tenant-specific overrides.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
productCoderequired | string | Product code |
Responses
List of accessible features
Response Bodyapplication/json
array
AccessibleFeature[]AccessibleFeature
idstring (uuid)
codestring
namestring
descriptionstring
priceinteger (int64)
- Effective price in credits (tenant override or default)isPriceOverrideboolean
- Whether the price is a tenant-specific overrideCode Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/products/{productCode}/features' \
-H 'Authorization: Bearer {token}'