get
/{tenantId}/v1/productsList accessible products
Requires Authentication
Products
Returns all products the tenant has access to with effective pricing.
Only products that are enabled and assigned to the tenant are returned.
Prices reflect any tenant-specific overrides.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
List of accessible products
Response Bodyapplication/json
array
AccessibleProduct[]AccessibleProduct
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' \
-H 'Authorization: Bearer {token}'