GET
/api/v1/products/{tenantSlug}/{productSlug}Get product details
Returns full product info including images and videos.
Authentication
Requires an API key with the catalog:read scope.
Parameters
| Name | In | Type | Required |
|---|---|---|---|
tenantSlug | path | string | Required |
productSlug | path | string | Required |
Responses
200Successful response
400Bad request — invalid input
401Unauthorized — missing or invalid API key
403Forbidden — key revoked, expired, or insufficient scope
429Too many requests — rate limit exceeded
500Internal server error