Get products featured on a creator's TikTok showcase.
Endpoint
/v1/tiktok/profiles/{handle}/showcase-products
Path
TikTok handle whose profile showcase products should be listed.
Query
Pagination cursor returned by a previous response.
Optional region (country code) for the request.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/profiles/mrtiktokreviews/showcase-products", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);