{ "opencollection": "1.0.0", "info": { "name": "Amazon DeepRacer Cars Tracks API", "version": "2020-11-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tracks", "type": "folder" }, "items": [ { "info": { "name": "List Tracks", "type": "http" }, "http": { "method": "GET", "url": "https://deepracer.amazonaws.com/20201101/tracks", "params": [ { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token from a previous list response." }, { "name": "maxResults", "value": "", "type": "query", "description": "Maximum number of tracks to return." } ] }, "docs": "List all available DeepRacer racing tracks for training and evaluation." } ] } ], "bundled": true }