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