Skip to content

Collection Trending

Query Parameters

X-Rebuy-Api-Key · string
Private api key

Code Example

// POST https://rebuyengine.com/api/v1/meta/collection/trending
const params = new URLSearchParams({
  X-Rebuy-Api-Key: "YOUR_VALUE"
});

fetch(`https://rebuyengine.com/api/v1/meta/collection/trending?${params}`)
  .then(response => response.json())
  .then(data => console.log(data));

Response Examples

200 - 200

{}

400 - 400

{}