github.com/dbernstein1/tyk@v2.9.0-beta9-dl-apic+incompatible/apps/quickstart.json (about) 1 { 2 "name": "Tyk Test API", 3 "api_id": "3", 4 "org_id": "default", 5 "definition": { 6 "location": "", 7 "key": "" 8 }, 9 "use_keyless": true, 10 "auth": { 11 "auth_header_name": "" 12 }, 13 "version_data": { 14 "not_versioned": true, 15 "versions": { 16 "Default": { 17 "name": "Default", 18 "expires": "3000-01-02 15:04", 19 "use_extended_paths": true, 20 "extended_paths": { 21 "ignored": [], 22 "white_list": [], 23 "black_list": [] 24 } 25 } 26 } 27 }, 28 "proxy": { 29 "listen_path": "/quickstart/", 30 "target_url": "http://httpbin.org/", 31 "strip_listen_path": true 32 }, 33 "do_not_track": true 34 }