API reference · Products
GET/api/v1/products/{id}

Get product

Returns a single product catalog entry by UUID.

RBAC · service

Path parameters

idstring <uuid>Required
Product UUID.

Response body

Success response 200 · schema ProductEnvelope

dataobjectRequired
Product catalog entry.
service_idstring <uuid>Required
tenantstring <uuid>Required
service_namestringRequired
custom_service_type_idstring <uuid>Required
billing_methodstringRequired
Enum: usage
default_ratenumberRequired
unit_of_measurestringRequired
category_idstring <uuid>Nullable
tax_rate_idstring <uuid>Nullable
descriptionstringNullable
item_kindstringRequired
Enum: product
is_activeboolean
skustringNullable
costnumberNullable
cost_currencystringNullable
min length 3 · max length 3
vendorstringNullable
manufacturerstringNullable
product_categorystringNullable
is_licenseboolean
license_termstringNullable
license_billing_cadencestringNullable
service_type_namestring
pricesarray of ProductPrice
itemsobject
currency_codestringRequired
min length 3 · max length 3
ratenumberRequired
metaobject

Response codes

200
Product returned successfully.
401
Authentication failed.
403
Authenticated user lacks the required permission.
404
Product not found.