# /auth/product/{name} - Product-level authorization check **GET /auth/product/{name}** Pass-through for systems with a valid subscription: product-level enforcement is not applied yet, so any authenticated system gets 200 (mirrors the transitional broker behaviour for /auth/product/*). ## Servers - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **name** (string) Product name ## Responses ### 200 Valid subscription #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)