/product-bricks/{brickId}/{validAt}

Retrieve a product brick by ID and validity timestamp. Returns the highest-validFrom version with validFrom ≤ validAt. Both path parameters are mandatory.

validAt selection. Bricks created against an existing product share that product's validFrom. To fetch the latest brick for a live product, pass the value of validFrom from GET /v5/products/{productId}/{validAt} (or from the response of POST /v5/products).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the product brick to retrieve

number
required

The Unix timestamp (in seconds) representing the validity time for which to retrieve the brick version

Responses

400

Invalid path parameter (e.g. non-numeric validAt)

401

Unauthorized

404

Product brick not found

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json