Get Products by Brand

Description

This service accesses all products by brand.


Request

Endpoint

GET https://<server-url>/api/v4/referencedata/brandsfamilies/{brand_id}/products

Path Parameters

Parameter
Type
Description

brand_id

Integer

The unique brand identifier for which to retrieve products.

Parameters

Parameter
Location
Description

touchpoint

Query / Header

The identifier for the touchpoint making the request. If sent as a header, the name must be Thalamus-Touchpoint.

token

Query / Header

The authentication token for the API. If sent as a header, the name must be Thalamus-Token.

Content-Type

Header

Specifies the content type of the request body. Must be application/json.

Full URL Example

Request Body

This request does not have a body.


Response

✅ Successful Response: 200 OK

A JSON object is returned, with products by brand.

Field
Type
Description

name

String

The name of the product.

id

Number

The unique identifier for the product.

description

String

Basic description of the product.

JSON

Last updated

Was this helpful?