Get Sub Tenant Manageable Services
GET/api/sub_account/:tenant_id/manageable-services
List manageable SERVICE products as the sub-tenant would see them.
Mirrors GET /api/products?product_type=SERVICE&status=active&for_manage=true, but evaluates product visibility under the sub-tenant's web context so a parent tenant managing a sub-account sees the catalog the sub-account is entitled to (Rule 3.2 in ProductService.list_products).
Access control:
- Caller must be the parent of the target sub-tenant.
- Validates parent-child relationship before switching context.
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error