Security
ApiKeyAuth
- Mock serverhttps://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/products
- Production Serverhttps://api.renesas.com/web-data/v1/products
- Staging Serverhttps://api.renesas-dev.com/web-data/v1/products
curl -i -X GET \
'https://developer.renesas.com/docs/web-data-api/_mock/apis/web-data/products?limit=10&offset=0&order=wwwUpdateDate%2Ctitle&orderDirection=desc%2Casc&productId=string&category=string' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "pagination": { "offset": 0, "limit": 10, "total": 256, "has_more": true } }