# Get a brand tag by id **GET /manager/brand-tags/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Path parameters - **id** (integer) The brand tag id ## Responses ### 200 returns the brand tag #### Body: application/json (object) - **id_brand_tag** (integer(int32)) - **visibility_chat** (integer) - **name** (string) - **image** (string) - **images** (array[object]) - **names** (array[object]) - **members** (object) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The brand tag does not exist [Powered by Bump.sh](https://bump.sh)