-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman_collection.json
More file actions
1 lines (1 loc) · 333 KB
/
Copy pathpostman_collection.json
File metadata and controls
1 lines (1 loc) · 333 KB
1
{"item":[{"name":"api","description":"","item":[{"name":"account","description":"","item":[{"name":"requests","description":"","item":[{"id":"632a9846-e33e-4c7a-a25b-2524b39cb4ed","name":"Get API Usage","request":{"name":"Get API Usage","description":{"content":"Returns the total requests made by your account since last month to rate-limited endpoints. All dates are\nreported using UTC/GMT -5 (US Eastern Standard Time).","type":"text/plain"},"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b6109506-964f-4e23-bda6-38292a5062a5","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n {\n \"date\": \"<date>\",\n \"count\": \"<integer>\"\n },\n {\n \"date\": \"<date>\",\n \"count\": \"<integer>\"\n }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"ed616a60-9568-42c3-9eb9-555cba982164","name":"BadRequestException","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a51ba7a7-2a9f-4acd-9533-4e48cd711d80","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4aa1e79d-101b-49c0-916a-64e1fb6ea6c7","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"26638915-de9c-46ba-8618-ff5451f34ced","name":"UnauthenticatedException","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"703cfe9e-0efe-4d43-a5ee-ad80ba01a7f7","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","account","requests"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"requests-today","description":"","item":[{"id":"41d397a0-8f68-4894-9e2c-39daeb407255","name":"Get Today's API Usage","request":{"name":"Get Today's API Usage","description":{"content":"Returns the total requests made by your account today to rate-limited endpoints. All dates are\nreported using UTC/GMT -5 (US Eastern Standard Time).","type":"text/plain"},"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ada5d823-8381-46cc-8caf-856373e7c301","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"count\": \"<integer>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a7513a3-0c61-49a6-a319-4a5663955b2c","name":"BadRequestException","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f021ea27-2caa-43e6-8933-160c2c8bfded","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"348e398a-5277-43e0-8625-71532d02154a","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7cfbc550-eb35-4b0a-b709-d2f37f23b4a7","name":"UnauthenticatedException","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"300bd012-3841-4ed9-bee1-5c55bc9366c1","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","account","requests-today"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"auth","description":"","item":[{"name":"login","description":"","item":[{"id":"5ead532b-fcfa-4959-a6a4-19b130359bd6","name":"JWT Login","request":{"name":"JWT Login","description":{"content":"CarAPI uses JSON Web Tokens (JWT) to authenticate requests. You can generate a JWT using your API Token and\nAPI Secret in SwaggerUI (this page) with the following steps:\n\n- Click the \"Try Out\" button\n- Enter API Token and API Secret in the JSON payload.\n- Click Execute\n- A JWT will be returned if the credentials are correct\n- Next click the \"Authorize\" button at the top-right of Swagger UI (this page) and paste in the JWT.\n\nYour JWT will now be sent with any request you make in Swagger until you refresh the page.\n\nIn your application code, Postman or cURL, you will need to pass the token in the HTTP Header as:\n\n```\nAuthorization: Bearer {TOKEN_VALUE_HERE}\n```\n\nYou should cache your JWT to avoid having to authenticate on each request. You must check the token's\nexpiration value to determine when you need to generate a new token. Please refer to\n[https://jwt.io/](https://jwt.io/) to learn more about JSON Web Tokens.\n\nYour email address and password cannot be used to generate a JWT. You must use your API token and secret.\n\nIf you don't yet have API credentials you must first [register](/register) and then generate a secret.\nUsers without a subscription will have limited data access.\n\nFor additional documentation please review [https://carapi.app/docs](https://carapi.app/docs).","type":"text/plain"},"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[{"id":"8d0f4fab-cd47-491f-9eaf-57efa11aed80","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"5da81cf8-cca6-43d3-8fe1-b4e48f78384e","name":"BadRequestException","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"cc01a91b-501d-4520-bea0-d54e8762557b","name":"Authentication Failed","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"a093dc57-6e5a-4cd9-a6c5-91049e71ea41","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"26df293e-ae66-409c-a9ba-6f5736445de4","name":"TooManyRequestsException - Max Per Minute: 20","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"7979fc93-3ce2-45ba-a3eb-caed108a9390","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"e7ba2ac8-fc30-425a-8f96-8050086bb1c1","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","auth","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"api_token\": \"<string>\",\n \"api_secret\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"bodies","description":"","item":[{"id":"1e0efc3f-0362-4325-9f1f-d848aa0243a2","name":"Search vehicle bodies (use /api/bodies/v2 instead)","request":{"name":"Search vehicle bodies (use /api/bodies/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/bodies/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"doors\", \"op\": \">=\", \"val\": 4}, {\"field\": \"type\", \"op\": \"in\", \"val\": [\"SUV\",\"Van\"]}]`\n\nSee `/api/vehicle-attributes` for a complete list of vehicle attributes.\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `type`, `doors`, `seats`, `length`, `width`, `height`, `wheel_base`, `front_track`, `rear_track`, `ground_clearance`, `cargo_capacity`, `max_cargo_capacity`, `curb_weight`, `gross_weight`, `max_payload`, `max_towing_capacity`, `make_model_trim_id`, `created`, `modified`, `make_id`, and `make_model_id`.","type":"text/plain"},"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"99515878-98b6-4c76-9e69-fa86e186d3d9","originalRequest":{"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bffddd88-35b6-49f1-ba28-4d71c9ef966a","name":"BadRequestException","originalRequest":{"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"abc4c6cb-077e-442c-84bc-3e6b0eb2ddbe","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"747a2202-6fe2-4c4b-9a9b-7b85d490323d","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7f7f11e-ab48-4e04-a009-629970b9c5a9","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","bodies"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,type,doors,length,width,seats,height,wheel_base,front_track,rear_track,ground_clearance,cargo_capacity,max_cargo_capacity,curb_weight,gross_weight,max_payload,max_towing_capacity)","type":"text/plain"},"key":"sort","value":"max_cargo_capacity"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"6ee8f3f6-4860-4fdb-aa16-ce23808a1978","name":"Search vehicle bodies","request":{"name":"Search vehicle bodies","description":{"content":"The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"doors\", \"op\": \">=\", \"val\": 4}, {\"field\": \"type\", \"op\": \"in\", \"val\": [\"SUV\",\"Van\"]}]`\n\nSee `/api/vehicle-attributes` for a complete list of vehicle attributes.\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `type`, `doors`, `seats`, `length`, `width`, `height`, `wheel_base`, `front_track`, `rear_track`, `ground_clearance`, `cargo_capacity`, `max_cargo_capacity`, `curb_weight`, `gross_weight`, `max_payload`, `max_towing_capacity`, `created`, and `modified`.","type":"text/plain"},"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"377cb8e6-0624-4689-bcd5-5e9e27157072","originalRequest":{"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 5626,\n \"make_id\": 5263,\n \"model_id\": 6536,\n \"submodel_id\": 9398,\n \"trim_id\": 6892,\n \"year\": 2410,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Ext Minivan\",\n \"doors\": 9942,\n \"length\": 3818.520690277343,\n \"width\": 3442.700477605636,\n \"seats\": 4585,\n \"height\": 7141.166526824026,\n \"wheel_base\": 9939.24253248195,\n \"front_track\": 7311.202787436159,\n \"rear_track\": 3115.9158224956386,\n \"ground_clearance\": 1441.2423160311994,\n \"cargo_capacity\": 6103.144113617456,\n \"max_cargo_capacity\": 88.28052858617319,\n \"curb_weight\": 8786,\n \"gross_weight\": 5484,\n \"max_payload\": 3697,\n \"max_towing_capacity\": 5648\n },\n {\n \"id\": 2711,\n \"make_id\": 5192,\n \"model_id\": 2334,\n \"submodel_id\": 8623,\n \"trim_id\": 5854,\n \"year\": 130,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Truck (King Cab)\",\n \"doors\": 9857,\n \"length\": 2553.7183615336944,\n \"width\": 1264.1013680990775,\n \"seats\": 8296,\n \"height\": 1813.7495104876966,\n \"wheel_base\": 6377.871648141331,\n \"front_track\": 4110.088782950487,\n \"rear_track\": 1020.3435810199912,\n \"ground_clearance\": 8323.485339115196,\n \"cargo_capacity\": 9211.774915451257,\n \"max_cargo_capacity\": 1652.0640490898231,\n \"curb_weight\": 4751,\n \"gross_weight\": 5229,\n \"max_payload\": 4081,\n \"max_towing_capacity\": 1598\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"95dd5686-e882-4d57-8e3f-ee5a38332860","name":"BadRequestException","originalRequest":{"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99f433bd-8d06-4582-a720-49fdcdf960dd","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52a31481-8346-42c0-adbb-2191fa62f9ea","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3f84c490-4076-48e3-a35c-364267f87851","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","bodies","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"doors","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"data-feeds","description":"","item":[{"name":"download","description":"","item":[{"id":"de194c59-38d3-4ca1-869d-497fb6e2c050","name":"Get Data Feed","request":{"name":"Get Data Feed","description":{"content":"Returns a datafeed files compressed in a ZIP. You must subscribe to this product through your dashboard.","type":"text/plain"},"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"24943ec9-b275-4848-9274-92619821214e","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"4eafb395-53c0-4b40-85aa-92fea2269472","name":"BadRequestException","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"3022e339-8959-422b-8347-8af673bd5199","name":"Authentication Failed","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"e61b7727-68f3-444f-aedd-d846ee7bfdba","name":"ForbiddenException","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"dfecb095-4c48-436d-b22e-8da75ce125aa","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"b5d89c07-16ae-4ce2-b162-af191678929c","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"},{"id":"f32f8aef-6a5c-498c-a558-c7ca8bef537f","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f62e4ff1-cd90-4c78-acc6-df8004251258","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","data-feeds","download"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"text/plain"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"<string>","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"last-updated","description":"","item":[{"id":"eca696a2-705c-4b63-8e52-7b7dc2b40996","name":"Data Feed Last Updated","request":{"name":"Data Feed Last Updated","description":{"content":"Returns last modified timestamp of the data feed. All times are United States Eastern Standard Time (EST).","type":"text/plain"},"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2a3f981a-f27a-4baa-9c7f-ec0799fff76f","originalRequest":{"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"last_updated\": \"<dateTime>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"269b5a5f-a368-4374-b273-1b46e6cd4acc","name":"BadRequestException","originalRequest":{"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c78564a6-2294-43e7-a82f-1a30cfe93d3b","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86069c7f-b2f3-4dc2-95be-ecf31482b91b","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4f7fc62-bde2-400a-b144-1b81d67d1b3e","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","data-feeds","last-updated"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"engines","description":"","item":[{"id":"c7b49171-2fb7-411b-82b6-0ca036e28b25","name":"Search vehicle engines (use /api/engines/v2 instead)","request":{"name":"Search vehicle engines (use /api/engines/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/engines/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"horsepower_hp\", \"op\": \">=\", \"val\": 100}, {\"field\": \"horsepower_hp\", \"op\": \"<=\", \"val\": 300}]`\n\nSee `/api/vehicle-attributes` for a complete list of vehicle attributes.\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `fuel_type`, `engine_type`, `transmission`, `drive_type`, `cam_type`, `valve_timing`, `valves`, `horsepower_hp`, `size`, `cylinders`, `created`, `modified`, `make_id`, `make_model_id`, and `make_model_trim_id`.","type":"text/plain"},"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"efd4f385-65f4-49d1-99ee-d67cb95d6c40","originalRequest":{"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7ef0ee78-cf46-4891-9aed-4c7c263ae5f9","name":"BadRequestException","originalRequest":{"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f001fb4-c2dc-4fae-8be2-38ef4e17935a","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"404d1419-0d70-4dfd-8793-3b2048cbcfcb","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4a187e2-0d31-4fcd-8f56-172f1a94957a","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","engines"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,engine_type,fuel_type,cylinders,size,horsepower_hp,horsepower_rpm,torque_ft_lbs,torque_rpm,valves,valve_timing,cam_type,drive_type,transmission)","type":"text/plain"},"key":"sort","value":"torque_rpm"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"92263913-9305-4a9b-826e-25b90b66c5fa","name":"Search vehicle engines","request":{"name":"Search vehicle engines","description":{"content":"The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"horsepower_hp\", \"op\": \">=\", \"val\": 100}, {\"field\": \"horsepower_hp\", \"op\": \"<=\", \"val\": 300}]`\n\nSee `/api/vehicle-attributes` for a complete list of vehicle attributes.\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `fuel_type`, `engine_type`, `transmission`, `drive_type`, `cam_type`, `valve_timing`, `valves`, `horsepower_hp`, `size`, `cylinders`, `created`, and `modified`.","type":"text/plain"},"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9a16b515-ee47-4190-bdd3-9c62c624c533","originalRequest":{"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 5577,\n \"make_id\": 9392,\n \"model_id\": 5138,\n \"submodel_id\": 7161,\n \"trim_id\": 2010,\n \"year\": 7856,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"engine_type\": \"electric\",\n \"fuel_type\": \"natural gas\",\n \"cylinders\": \"W8\",\n \"size\": 5725.024488094821,\n \"horsepower_hp\": 2632,\n \"horsepower_rpm\": 2503,\n \"torque_ft_lbs\": 5730,\n \"torque_rpm\": 4608,\n \"valves\": 7241,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Double overhead cam (DOHC)\",\n \"drive_type\": \"rear wheel drive\",\n \"transmission\": \"7-speed automatic\"\n },\n {\n \"id\": 5161,\n \"make_id\": 4790,\n \"model_id\": 8551,\n \"submodel_id\": 4580,\n \"trim_id\": 3086,\n \"year\": 4357,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"engine_type\": \"flex-fuel (FFV)\",\n \"fuel_type\": \"flex-fuel (unleaded/natural gas)\",\n \"cylinders\": \"W12\",\n \"size\": 4424.857245050744,\n \"horsepower_hp\": 6324,\n \"horsepower_rpm\": 1252,\n \"torque_ft_lbs\": 7155,\n \"torque_rpm\": 574,\n \"valves\": 600,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Single overhead cam (SOHC)\",\n \"drive_type\": \"rear wheel drive\",\n \"transmission\": \"10-speed shiftable automatic\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee45f696-e883-4a3b-b7a8-3f91684c0472","name":"BadRequestException","originalRequest":{"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3068fa74-26fd-44f8-84e0-aca4061ea61a","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25afac55-9ffe-4649-b88b-c4bd8f4bd470","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7ec7188-ee52-40a6-b0e8-970eaf55a09d","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","engines","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cylinders","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"size","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"horsepower_hp","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valves","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"valve_timing","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"cam_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"drive_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"transmission","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"engine_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"fuel_type","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"exterior-colors","description":"","item":[{"id":"7da20160-2472-468f-b552-12d09e294af3","name":"Search vehicle exterior colors (use /api/exterior-colors/v2 instead)","request":{"name":"Search vehicle exterior colors (use /api/exterior-colors/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/exterior-colors/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `name`, `rgb`, `created`, `modified`, `make_id`, `make_model_id`, and `make_model_trim_id`.","type":"text/plain"},"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"42b6d61e-857a-48f2-86a1-37f8e3c488c0","originalRequest":{"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c4fda3d3-bcce-4b2a-86df-ac59e62b1633","name":"BadRequestException","originalRequest":{"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d0a46bc-7f1f-4008-b294-62ab2ef9a274","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dbeadb1a-6f75-47a1-9c77-af7747f51a83","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1cf8c386-86e9-4f90-8e81-5651673bce7a","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","exterior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"b41150e8-19a1-4adf-b1f0-8b07d028a39d","name":"Search vehicle exterior colors","request":{"name":"Search vehicle exterior colors","description":{"content":"The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"color\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `color`, `rgb`, `modified`, and `created`.","type":"text/plain"},"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"47052751-419f-422f-83ca-9c224bda4ab1","originalRequest":{"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 7313,\n \"make_id\": 3831,\n \"model_id\": 7577,\n \"submodel_id\": 116,\n \"trim_id\": 5420,\n \"year\": 1269,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"color\": \"string\",\n \"rgb\": \"string\"\n },\n {\n \"id\": 9989,\n \"make_id\": 9485,\n \"model_id\": 4206,\n \"submodel_id\": 8438,\n \"trim_id\": 5295,\n \"year\": 3603,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"color\": \"string\",\n \"rgb\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0436fe6d-179c-43cb-978e-78a0ec00928e","name":"BadRequestException","originalRequest":{"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"80a9df41-a32a-4ded-8129-a19e4e3276c4","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d7e9f191-83a4-468a-8e0b-692bb59132ab","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1caf634-e200-401f-9d96-c2785aa62033","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","exterior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"interior-colors","description":"","item":[{"id":"cd9778bc-6b26-40f4-97fa-57cb447ba536","name":"Search vehicle interior colors (use /api/interior-colors/v2 instead)","request":{"name":"Search vehicle interior colors (use /api/interior-colors/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/interior-colors/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"name\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `name`, `rgb`, `created`, `modified`, `make_id`, `make_model_id`, and `make_model_trim_id`.","type":"text/plain"},"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f040ae6f-5307-4f2c-8637-b25efe9bec3f","originalRequest":{"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be68c4b8-f86a-477b-9afb-ee852dd86e46","name":"BadRequestException","originalRequest":{"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"32c12841-a543-4c7c-ae92-212024e970e4","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e308e1d5-2688-4d6b-a875-746b0dbb8083","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"303185c9-5d07-4c0b-a19c-8fd19b8d0253","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","interior-colors"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,name,rgb)","type":"text/plain"},"key":"sort","value":"make_model_trim_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"3da322f9-97bd-43ea-964d-117bed1897e1","name":"Search vehicle interior colors","request":{"name":"Search vehicle interior colors","description":{"content":"The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"color\", \"op\": \"in\", \"val\": [\"red\", \"blue\"]}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `color`, `rgb`, `modified`, and `created`.","type":"text/plain"},"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"cec21880-4b71-4259-9cc7-ccb3523dd0f5","originalRequest":{"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 7313,\n \"make_id\": 3831,\n \"model_id\": 7577,\n \"submodel_id\": 116,\n \"trim_id\": 5420,\n \"year\": 1269,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"color\": \"string\",\n \"rgb\": \"string\"\n },\n {\n \"id\": 9989,\n \"make_id\": 9485,\n \"model_id\": 4206,\n \"submodel_id\": 8438,\n \"trim_id\": 5295,\n \"year\": 3603,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"color\": \"string\",\n \"rgb\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4b62144-161e-4c44-a811-37b832580498","name":"BadRequestException","originalRequest":{"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00bbb857-2823-44b5-a1eb-a13a88895e14","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b31905fb-37ee-406b-9705-a185251bd59a","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"75ce56b8-b68b-4cb5-8c18-53ee9754376a","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","interior-colors","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"color","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"rgb","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"license-plate","description":"","item":[{"id":"92619e8c-029a-4b4a-91b3-3cf12faac4d8","name":"License Plate Lookup","request":{"name":"License Plate Lookup","description":{"content":"Returns information about the vehicle and the Vehicle Identification Number (VIN) associated to the license\nplate. Data requirements around the region parameter differ based on the country_code you are requesting data\nfor. Refer to https://carapi.app/docs/ for additional documentation. Each country makes available different data\nso depending on the country requested some values may be returned as null.\n\nFor testing, any lookup containing the string \"#TEST\" will return test data. Example:\n\n- United States: `/api/license-plate?country_code=US®ion=NY&lookup=830UNL#TEST`\n- Canada: `/api/license-plate?country_code=CA®ion=BC&lookup=#TEST`\n- United Kingdom: `/api/license-plate?country_code=UK&lookup=#TEST-LD59YMR`\n\nThe following countries are currently supported: US, CA, AU, UK, FR, IE, NZ, MX, CZ and PT","type":"text/plain"},"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"19860a95-9e98-4f0f-98e2-986f38bb8e04","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"year\": \"<integer>\",\n \"make\": \"<string>\",\n \"model\": \"<string>\",\n \"body\": \"<string>\",\n \"vin\": \"<string>\",\n \"engine_description\": \"<string>\",\n \"assembled_in\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b3e5fc2-b9e9-4ad9-88f3-276afbed373b","name":"BadRequestException","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee8dbcf2-47bf-4c2a-9879-869c9c7e05f0","name":"NotFoundException","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28cfe1f9-3eef-4bae-b1ae-09bacdbe4141","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a1a4369-03ed-43aa-a797-fd7f64dd4f52","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ffb50b9-0cb1-4d6b-8305-abe2f50ab5fe","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","license-plate"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) ISO 3166-1 alpha-2 country code (two letters)","type":"text/plain"},"key":"country_code","value":"<string>"},{"disabled":false,"description":{"content":"(Required) The license plate (registration in some countries) to lookup","type":"text/plain"},"key":"lookup","value":"<string>"},{"disabled":false,"description":{"content":"Province, region or state (required for US, CA and AU)","type":"text/plain"},"key":"region","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"makes","description":"","item":[{"id":"c3e4a266-04cd-491d-aba6-841c769e08a8","name":"Get makes for light duty cars, trucks and vans (use /api/makes/v2 instead)","request":{"name":"Get makes for light duty cars, trucks and vans (use /api/makes/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/makes/v2**\n\nSearch makes by name and year.","type":"text/plain"},"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"00373876-c5ec-4603-af31-ac7bf1428b25","originalRequest":{"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3958fdc-bc0d-4759-b636-e858750a5160","name":"BadRequestException","originalRequest":{"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7dbf8f17-a44e-4f5f-aaab-dd3e76a3e4f6","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e70d871-4702-4444-8cd2-a0d8b2ff8f32","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c8a9a1f-4b7f-4f87-bc21-dd6b9f89bd28","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","makes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"powersports","description":"","item":[{"id":"62322b15-cad3-4cec-afa2-43769201fa6d","name":"Get makes for street motorcycles","request":{"name":"Get makes for street motorcycles","description":{"content":"The demo dataset contains makes which produced vehicles between years 2015 - 2020. To access years 1900 - today\nplease purchase a [subscription](/pricing/power-sports). You must include a valid JWT in the header once you\nhave purchased a subscription otherwise you will continue to receive the demo dataset.\n\nSearch makes by name and year for all makes sold in the United States from the 1930s onwards.","type":"text/plain"},"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e89486eb-4b7d-4123-b34e-8a152480134d","originalRequest":{"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 2395,\n \"name\": \"string\"\n },\n {\n \"id\": 6029,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae96a763-4201-4bf5-88c5-5e187326a6d6","name":"BadRequestException","originalRequest":{"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6c8f325-08e7-421b-9e3e-d995e1ebdb3d","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c488a4ed-b43e-4c30-852c-480e26ec91a6","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce0d4b06-fc69-4eb1-b436-feb3494a9b88","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","makes","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"v2","description":"","item":[{"id":"d6050414-7168-4aca-8b34-2cf8edaae990","name":"Get makes for light duty cars, trucks, vans, and SUVs.","request":{"name":"Get makes for light duty cars, trucks, vans, and SUVs.","description":{"content":"The demo dataset contains makes which sold vehicles between years 2015 - 2020. To access years 1900 - today\nplease purchase a [subscription](/pricing). You must include a valid JWT in the header once you have purchased a\nsubscription otherwise you will continue to receive the demo dataset.","type":"text/plain"},"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c683640d-bce0-4d12-ae0f-1acdb62be61e","originalRequest":{"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 2395,\n \"name\": \"string\"\n },\n {\n \"id\": 6029,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"973e6c69-4b66-4352-aea0-4ad6cbe0b00e","name":"BadRequestException","originalRequest":{"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3fd29058-8f18-4da5-996b-da743e15a404","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ec108e8-ed51-4348-a43c-c333754bb479","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70940e18-a4e9-4cfd-9edc-a02ea62c05ac","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","makes","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of Makes.name)","type":"text/plain"},"key":"sort","value":"Makes.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"mileages","description":"","item":[{"id":"fa539662-57eb-4d9d-9f33-6dd98ccab9e0","name":"Search vehicle mileages (use /api/mileages/v2 instead)","request":{"name":"Search vehicle mileages (use /api/mileages/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/mileages/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"combined_mpg\", \"op\": \">=\", \"val\": 20}, {\"field\": \"combined_mpg\", \"op\": \"<=\", \"val\": 30}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `is_active`, `fuel_tank_capacity`, `combined_mpg`, `epa_city_mpg`, `epa_highway_mpg`, `range_city`, `range_highway`, `epa_combined_mpg_electric`, `epa_city_mpg_electric`, `epa_highway_mpg_electric`, `range_electric`, `epa_kwh_100_mi_electric`, `epa_time_to_charge_hr_240v_electric`, `battery_capacity_electric`, `created`, `modified`, `make_id`, `make_model_id`, and `make_model_trim_id`.","type":"text/plain"},"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9bbbf1cc-0fbf-4608-8988-9fa5689153ee","originalRequest":{"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97d4a575-ea15-49c4-8617-e6848a6a1005","name":"BadRequestException","originalRequest":{"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0aec1a56-cee6-4ffe-8419-8a945cf77818","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1071e624-4e5f-45a5-9452-856f06185eed","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11a6e93b-a4ac-490f-b92c-894924775f67","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","mileages"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_trim_id,fuel_tank_capacity,combined_mpg,epa_city_mpg,epa_highway_mpg,range_city,range_highway,battery_capacity_electric,epa_time_to_charge_hr_240v_electric,epa_kwh_100_mi_electric,range_electric,epa_highway_mpg_electric,epa_city_mpg_electric,epa_combined_mpg_electric)","type":"text/plain"},"key":"sort","value":"battery_capacity_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"17613383-5e29-4c3e-8149-9d1249dc3cdb","name":"Search vehicle mileages","request":{"name":"Search vehicle mileages","description":{"content":"The demo dataset contains model years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"combined_mpg\", \"op\": \">=\", \"val\": 20}, {\"field\": \"combined_mpg\", \"op\": \"<=\", \"val\": 30}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `fuel_tank_capacity`, `combined_mpg`, `epa_city_mpg`, `epa_highway_mpg`, `range_city`, `range_highway`, `epa_combined_mpg_electric`, `epa_city_mpg_electric`, `epa_highway_mpg_electric`, `range_electric`, `epa_kwh_100_mi_electric`, `epa_time_to_charge_hr_240v_electric`, `battery_capacity_electric`, `created`, and `modified`.","type":"text/plain"},"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2279a664-708e-439c-966f-0c04701cd639","originalRequest":{"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 8929,\n \"make_id\": 8396,\n \"model_id\": 7919,\n \"submodel_id\": 7273,\n \"trim_id\": 5147,\n \"year\": 2593,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 7306.655417748742,\n \"combined_mpg\": 3242,\n \"epa_city_mpg\": 3776,\n \"epa_highway_mpg\": 4908,\n \"range_city\": 5183,\n \"range_highway\": 9413,\n \"battery_capacity_electric\": 7256,\n \"epa_time_to_charge_hr_240v_electric\": 6752.533065166708,\n \"epa_kwh_100_mi_electric\": 3925,\n \"range_electric\": 7394,\n \"epa_highway_mpg_electric\": 8180,\n \"epa_city_mpg_electric\": 1909,\n \"epa_combined_mpg_electric\": 2008\n },\n {\n \"id\": 7547,\n \"make_id\": 2232,\n \"model_id\": 9186,\n \"submodel_id\": 6259,\n \"trim_id\": 9676,\n \"year\": 3660,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 8237.915501682954,\n \"combined_mpg\": 6474,\n \"epa_city_mpg\": 3683,\n \"epa_highway_mpg\": 3633,\n \"range_city\": 9417,\n \"range_highway\": 7484,\n \"battery_capacity_electric\": 353,\n \"epa_time_to_charge_hr_240v_electric\": 7779.147301839098,\n \"epa_kwh_100_mi_electric\": 7707,\n \"range_electric\": 2411,\n \"epa_highway_mpg_electric\": 2870,\n \"epa_city_mpg_electric\": 7559,\n \"epa_combined_mpg_electric\": 5049\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5bbca10c-7415-420d-96e4-b6e417218a8c","name":"BadRequestException","originalRequest":{"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"895f8f04-7c2f-4b80-9cc9-2bb0c840025e","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c02acef-a98c-4542-a9f1-6dd023f531a3","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cd44637-ef08-4414-b0e1-ad62d7134606","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","mileages","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_trim_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"combined_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_city_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"epa_highway_mpg","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_city","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"range_highway","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"models","description":"","item":[{"id":"294e0e45-49af-42a1-9bfa-66b9611cc52b","name":"Get Models for light duty cars, trucks and vans (use /api/models/v2 instead)","request":{"name":"Get Models for light duty cars, trucks and vans (use /api/models/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/models/v2**\n\nSearch models by year, make, model, trim or make_id.\n\nTo include the models make in the description request with the query parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `make_id`, `created`, `modified`, and `bodies.type`.","type":"text/plain"},"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"097c4caa-1bd0-45fb-9a90-3bd120f2e608","originalRequest":{"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d29a6bc-2ad7-4670-bce7-8298922b05a5","name":"BadRequestException","originalRequest":{"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a400fdd9-b702-4aa8-a33b-47661b88419c","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cdeb490c-4200-4914-86dd-5a6b971af829","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bfba1a60-4753-4564-9faa-6fb4aa1fa969","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","models"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_id,name)","type":"text/plain"},"key":"sort","value":"make_id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"powersports","description":"","item":[{"id":"f317f28d-7a43-4e64-957a-00366231fda6","name":"Get models for street motorcycles","request":{"name":"Get models for street motorcycles","description":{"content":"The demo dataset contains models sold between years 2015 - 2020. To access years 1930 - today please purchase a\n[subscription](/pricing/power-sports). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Kawasaki\", \"Harley Davidson\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `make_id`, `created`, and `modified`.","type":"text/plain"},"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"30b4b9ba-44d5-44f2-9d03-8a9dcd1845ac","originalRequest":{"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb356f16-c4e3-4549-83d5-c350cfdc4867","name":"BadRequestException","originalRequest":{"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"28626fd9-7421-4faa-896f-be8476e18660","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9227faf9-964b-4ab9-a0d4-0b3c78031690","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97c09d86-abce-4e58-96ff-267c91773171","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","models","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"v2","description":"","item":[{"id":"0ce5e88a-6188-4838-8fe1-e171addf689a","name":"Get Models for light duty cars, trucks, vans and SUVs.","request":{"name":"Get Models for light duty cars, trucks, vans and SUVs.","description":{"content":"The demo dataset contains models sold between years 2015 - 2020. To access years 1900 - today please purchase a\n[subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `make_id`, `created`, and `modified`.","type":"text/plain"},"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"07bad39f-28e9-4fbf-922f-5b782e132667","originalRequest":{"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"307f5a23-dbfd-42d1-94ad-cc9c3f2ab707","name":"BadRequestException","originalRequest":{"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3ac64e6-bb58-4c74-b52e-0fab16cd8f3c","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42aacba2-df37-42b1-baa2-929d8461a124","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14ca17f4-9a88-44f4-960b-0d3b7a856b9c","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","models","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModels.name,Makes.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"obd-codes","description":"","item":[{"id":"6c7c95f7-5688-43b3-baa1-6898f0214867","name":"Get OBD-II Codes","request":{"name":"Get OBD-II Codes","description":{"content":"Perform wildcard searches by code or description. For non-subscribers the results are limited to one code per category.\n\nThere are four different types of OBD-II codes (P, B, C, and U):\n\n- P: Power train (engine and transmission) systems\n- B: Body\n- C: Chassis\n- U: Network and wiring systems.","type":"text/plain"},"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"026358fd-beea-4d53-a038-97b52f28dc3d","originalRequest":{"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"544b55ce-4f04-4a99-a1bd-f02b08c4be74","name":"BadRequestException","originalRequest":{"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4adca74-6b5e-4aa3-8936-563385b12e09","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c728a07a-6e72-467c-affb-1a13be1ca291","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e182c63-fb61-4fd1-afab-540627c7f507","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","obd-codes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of code,description)","type":"text/plain"},"key":"sort","value":"description"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"code","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{code}","description":"","item":[{"id":"9213037f-68d0-4861-ba7f-9655048610a6","name":"Get a single OBD-II Code","request":{"name":"Get a single OBD-II Code","description":{"content":"For non-subscribers the results are limited to one code per category: B1200, P0100, U1000, and C1091.","type":"text/plain"},"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"code","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7a0a156d-bc0a-43ba-afc8-3c8b01928925","originalRequest":{"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"description\": \"\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"489f68f9-35ac-4036-94dd-4a8b79628538","name":"BadRequestException","originalRequest":{"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"767ad9dc-2919-4300-9ac6-01a92133bb06","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4dd092fc-9fd1-4768-a09a-ef961cff0b08","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe251064-cfca-42e0-a1fd-f276552f1537","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","obd-codes",":code"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"submodels","description":"","item":[{"name":"v2","description":"","item":[{"id":"5a5be0ef-ed76-496d-ac36-3c8f32e65efb","name":"Get Sub Models for light duty cars, trucks, vans and SUVs.","request":{"name":"Get Sub Models for light duty cars, trucks, vans and SUVs.","description":{"content":"The demo dataset contains sub-models sold between years 2015 - 2020. To access years 1900 - today please purchase\na [Plus or Premium subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Ford\", \"Acura\"]}, {\"field\": \"year\", \"op\": \">=\", \"val\": 2010}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `submodel`, `oem_make_model_id`, `oem_make_model_submodel_id`, `created`, `modified`, and `make_id`.","type":"text/plain"},"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bbe1e87a-bdaf-400f-8562-30f9ae8f1c0e","originalRequest":{"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4bcf4548-68ab-4f00-a4fc-7cab7c03dd08","name":"BadRequestException","originalRequest":{"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5586421-693c-47cc-915b-c8d31d03505b","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f4a49b36-6714-4e5d-9e72-dfd380180e20","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3785fa5d-806b-44d3-b351-7c1ba141a9c1","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","submodels","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of OemMakeModelSubmodels.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name)","type":"text/plain"},"key":"sort","value":"OemMakeModels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"trims","description":"","item":[{"id":"eea9977d-0797-473f-a22a-9a71a13f7641","name":"Search trims (use /api/trims/v2 instead)","request":{"name":"Search trims (use /api/trims/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/trims/v2**\n\nTo include additional information about the returned body (such as year, make, model and trim) request with the\nquery parameter as `verbose=yes`.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"year\", \"op\": \">=\", \"val\": 2010}, {\"field\": \"year\", \"op\": \"<=\", \"val\": 2020}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `trim`, `description`, `make_model_id`, `make_model_trim_id`, `created`, `modified`, `bodies.type`, `engines.cam_type`, `engines.cylinders`, `engines.drive_type`, `engines.engine_type`, `engines.fuel_type`, `engines.transmission`, `engines.valve_timing`, `engines.valves`, and `make_id`.","type":"text/plain"},"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c1007092-1ae7-4e6f-908f-1ed217e8405a","originalRequest":{"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"make_model\": {\n \"make\": {}\n },\n \"make_model_trim_body\": {},\n \"make_model_trim_engine\": {},\n \"make_model_trim_mileage\": {}\n },\n {\n \"make_model\": {\n \"make\": {}\n },\n \"make_model_trim_body\": {},\n \"make_model_trim_engine\": {},\n \"make_model_trim_mileage\": {}\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fc2c8f7-d7f3-4d31-98db-5bd410443956","name":"BadRequestException","originalRequest":{"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b7b596a4-630d-4dbc-8a7f-ef7bf01f1f8d","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a752a63-4ab6-4ce2-89e5-48ce5087b2b2","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f8b62f6-6e8c-4cb9-83a3-1806fa6ffa8c","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","trims"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of id,make_model_id,year,name,description,msrp,invoice,created,modified)","type":"text/plain"},"key":"sort","value":"invoice"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"v2","description":"","item":[{"id":"d5076cdc-d7b9-42b5-9119-c1ca558b08f6","name":"Get trims for light duty cars, trucks, vans and SUVs.","request":{"name":"Get trims for light duty cars, trucks, vans and SUVs.","description":{"content":"The demo dataset contains trims sold between years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"year\", \"op\": \">=\", \"val\": 2010}, {\"field\": \"year\", \"op\": \"<=\", \"val\": 2020}]`\n\nJSON operators: `=`, `!=`, `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`.\n\nJSON search fields:\n `year`, `make`, `model`, `series`, `submodel`, `trim`, `description`, `make_id`, `model_id`, `submodel_id`, `trim_id`, `created`, `modified`, `bodies.type`, `engines.cam_type`, `engines.cylinders`, `engines.drive_type`, `engines.engine_type`, `engines.fuel_type`, `engines.transmission`, `engines.valve_timing`, and `engines.valves`.","type":"text/plain"},"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a79517bd-27f6-4629-a96c-d58341010a18","originalRequest":{"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"data\": [\n {\n \"id\": 4827,\n \"make_id\": 3346,\n \"model_id\": 6453,\n \"submodel_id\": 4918,\n \"year\": 731,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 2165,\n \"invoice\": 7553,\n \"created\": \"1981-06-07T10:57:23.981Z\",\n \"modified\": \"1966-09-28T04:38:18.778Z\"\n },\n {\n \"id\": 8768,\n \"make_id\": 3219,\n \"model_id\": 6585,\n \"submodel_id\": 5746,\n \"year\": 7261,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 7059,\n \"invoice\": 3577,\n \"created\": \"1974-08-25T13:19:15.907Z\",\n \"modified\": \"2021-01-28T11:21:26.570Z\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aab63969-0dc1-4fc6-b0eb-e60c572ae6cd","name":"BadRequestException","originalRequest":{"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aea92849-be87-4ce9-8f6f-f6aa5f3f76b0","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8fe53554-5b26-4bf2-a731-eab47edd01f3","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42f5b9ac-7c9d-4969-82cd-349402a1338a","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","trims","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":" (This can only be one of MakeModelTrims.year,Makes.name,OemMakeModels.name,OemMakeModelSubmodels.name,MakeModelTrims.name)","type":"text/plain"},"key":"sort","value":"OemMakeModelSubmodels.name"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"series","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{id}","description":"","item":[{"id":"6f67afe5-1175-4f5f-9aa2-ea0489cc8318","name":"Get vehicle data.","request":{"name":"Get vehicle data.","description":{"content":"The demo dataset contains trims sold between years 2015 - 2020. To access years 1900 - today please purchase\na [Premium Subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nReturns all data associated with the vehicle trim.","type":"text/plain"},"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4e60280e-1129-40e2-9d3d-8c74ccd34a96","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"id\": \"<integer>\",\n \"make_id\": \"<integer>\",\n \"model_id\": \"<integer>\",\n \"submodel_id\": \"<integer>\",\n \"year\": \"<integer>\",\n \"make\": \"<string>\",\n \"model\": \"<string>\",\n \"series\": \"<string>\",\n \"submodel\": \"<string>\",\n \"trim\": \"<string>\",\n \"description\": \"<string>\",\n \"msrp\": \"<integer>\",\n \"invoice\": \"<integer>\",\n \"created\": \"<string>\",\n \"modified\": \"<string>\",\n \"bodies\": [\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"type\": \"Ext Minivan\",\n \"doors\": \"<integer>\",\n \"length\": \"<float>\",\n \"width\": \"<float>\",\n \"seats\": \"<integer>\",\n \"height\": \"<float>\",\n \"wheel_base\": \"<float>\",\n \"front_track\": \"<float>\",\n \"rear_track\": \"<float>\",\n \"ground_clearance\": \"<float>\",\n \"cargo_capacity\": \"<float>\",\n \"max_cargo_capacity\": \"<float>\",\n \"curb_weight\": \"<long>\",\n \"gross_weight\": \"<long>\",\n \"max_payload\": \"<long>\",\n \"max_towing_capacity\": \"<long>\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"type\": \"Minivan\",\n \"doors\": \"<integer>\",\n \"length\": \"<float>\",\n \"width\": \"<float>\",\n \"seats\": \"<integer>\",\n \"height\": \"<float>\",\n \"wheel_base\": \"<float>\",\n \"front_track\": \"<float>\",\n \"rear_track\": \"<float>\",\n \"ground_clearance\": \"<float>\",\n \"cargo_capacity\": \"<float>\",\n \"max_cargo_capacity\": \"<float>\",\n \"curb_weight\": \"<long>\",\n \"gross_weight\": \"<long>\",\n \"max_payload\": \"<long>\",\n \"max_towing_capacity\": \"<long>\"\n }\n ],\n \"engines\": [\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"engine_type\": \"diesel\",\n \"fuel_type\": \"premium unleaded (recommended)\",\n \"cylinders\": \"W16\",\n \"size\": \"<float>\",\n \"horsepower_hp\": \"<long>\",\n \"horsepower_rpm\": \"<long>\",\n \"torque_ft_lbs\": \"<long>\",\n \"torque_rpm\": \"<long>\",\n \"valves\": \"<integer>\",\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Double overhead cam (DOHC)\",\n \"drive_type\": \"all wheel drive\",\n \"transmission\": \"5-speed manual\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"engine_type\": \"natural gas (CNG)\",\n \"fuel_type\": \"diesel fuel\",\n \"cylinders\": \"I6\",\n \"size\": \"<float>\",\n \"horsepower_hp\": \"<long>\",\n \"horsepower_rpm\": \"<long>\",\n \"torque_ft_lbs\": \"<long>\",\n \"torque_rpm\": \"<long>\",\n \"valves\": \"<integer>\",\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Single overhead cam (SOHC)\",\n \"drive_type\": \"all wheel drive\",\n \"transmission\": \"8-speed automated manual\"\n }\n ],\n \"mileages\": [\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"fuel_tank_capacity\": \"<float>\",\n \"combined_mpg\": \"<integer>\",\n \"epa_city_mpg\": \"<integer>\",\n \"epa_highway_mpg\": \"<integer>\",\n \"range_city\": \"<integer>\",\n \"range_highway\": \"<integer>\",\n \"battery_capacity_electric\": \"<integer>\",\n \"epa_time_to_charge_hr_240v_electric\": \"<float>\",\n \"epa_kwh_100_mi_electric\": \"<integer>\",\n \"range_electric\": \"<integer>\",\n \"epa_highway_mpg_electric\": \"<integer>\",\n \"epa_city_mpg_electric\": \"<integer>\",\n \"epa_combined_mpg_electric\": \"<integer>\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"fuel_tank_capacity\": \"<float>\",\n \"combined_mpg\": \"<integer>\",\n \"epa_city_mpg\": \"<integer>\",\n \"epa_highway_mpg\": \"<integer>\",\n \"range_city\": \"<integer>\",\n \"range_highway\": \"<integer>\",\n \"battery_capacity_electric\": \"<integer>\",\n \"epa_time_to_charge_hr_240v_electric\": \"<float>\",\n \"epa_kwh_100_mi_electric\": \"<integer>\",\n \"range_electric\": \"<integer>\",\n \"epa_highway_mpg_electric\": \"<integer>\",\n \"epa_city_mpg_electric\": \"<integer>\",\n \"epa_combined_mpg_electric\": \"<integer>\"\n }\n ],\n \"exterior_colors\": [\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"name\": \"<string>\",\n \"rgb\": \"<string>\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"name\": \"<string>\",\n \"rgb\": \"<string>\"\n }\n ],\n \"interior_colors\": [\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"name\": \"<string>\",\n \"rgb\": \"<string>\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"name\": \"<string>\",\n \"rgb\": \"<string>\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fbdf5ecc-6dca-4e21-a717-c7de373015f1","name":"BadRequestException","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"013c5c37-45fc-4ad4-b944-cda129057415","name":"RecordNotFoundException","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d423ca1f-3d65-45ed-8961-b6880d2f3427","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94e5b5c4-5f45-42c6-af8a-f7e07da34d40","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97924802-91d7-4745-8602-dfae381478cb","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","trims","v2",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"{id}","description":"","item":[{"id":"40868e50-3b20-42f7-ab6c-e9e993043ec0","name":"Get vehicle data. (use /api/trims/v2/{id} instead)","request":{"name":"Get vehicle data. (use /api/trims/v2/{id} instead)","description":{"content":"*We encourage users to begin migrating to /api/trims/v2/{id}**\n\nReturns all data associated with the vehicle trim.","type":"text/plain"},"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<long>","key":"id","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e11382d6-0ee8-4a68-8d24-255dbf87c289","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"make_model\": {\n \"make\": {}\n },\n \"make_model_trim_body\": {},\n \"make_model_trim_engine\": {},\n \"make_model_trim_mileage\": {},\n \"id\": \"<long>\",\n \"make_model_id\": \"<long>\",\n \"year\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"msrp\": \"<long>\",\n \"invoice\": \"<long>\",\n \"created\": \"<dateTime>\",\n \"modified\": \"<dateTime>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d229453b-dbc6-41eb-94dd-7dc0c4fbcf34","name":"BadRequestException","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71c5df36-e247-449b-a5fa-e979e93fbfec","name":"RecordNotFoundException","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<integer>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b06c6d4b-4a4f-4833-bf43-afc22aa9b397","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9f30198-fc0e-4722-b75b-fb1b01a9704d","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b933562d-199c-4adc-bea9-5c60605dd42f","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","trims",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"vehicle-attributes","description":"","item":[{"id":"32be2e68-a65b-46bb-8c1f-c2b35c44cb38","name":"Get Vehicle Attributes","request":{"name":"Get Vehicle Attributes","description":{"content":"Returns all options for given attribute.","type":"text/plain"},"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"bfd55cbd-0d52-45f1-bb76-c6a91e24d02a","originalRequest":{"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n \"<string>\",\n \"<string>\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"64cbbce3-e30a-49a6-8098-b74e7147860c","name":"BadRequestException","originalRequest":{"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04f96e1d-9438-4223-9479-ac93cab06b92","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fa38bc9e-00bf-4f14-8d2e-c83d56c389d6","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbb33452-b842-4831-b1dc-7225d0baf5c0","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","vehicle-attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"The attribute options to be returned (This can only be one of bodies.type,engines.cam_type,engines.cylinders,engines.drive_type,engines.engine_type,engines.fuel_type,engines.transmission,engines.valve_timing,engines.valves)","type":"text/plain"},"key":"attribute","value":"bodies.type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"vin","description":"","item":[{"name":"{vin}","description":"","item":[{"id":"3da309ad-dc55-4125-900d-c33dad7caf5a","name":"Vin Decoder","request":{"name":"Vin Decoder","description":{"content":"Decodes Vehicle Identification Numbers for vehicles sold in the United States. The result will include a list of\nspecifications in the `specs` property and a list of all possible trims matching the VIN in the `trims` property.\nFor non-paying users, all VINs for 2015-2020 models (e.g. 1GTG6CEN0L1139305) will be returned, otherwise data\nis hidden. Paying users have full data access.\n\nYou may include body, engine, and mileage data to the matching trims by requesting `?verbose=yes`.\n\nYou may include all trims for the VINs model by requesting `?all_trims=yes`. By default, only trims\nclosely matching the requested VIN are returned.","type":"text/plain"},"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[{"type":"any","value":"<string>","key":"vin","disabled":false,"description":{"content":"(Required) ","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"7984dec0-df7a-417c-8b28-9d990ef9eedd","originalRequest":{"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"year\": \"<integer>\",\n \"make\": \"<string>\",\n \"model\": \"<string>\",\n \"trim\": \"<string>\",\n \"specs\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6bb54de2-dfb2-44d8-9dcf-574edd945e4c","name":"BadRequestException","originalRequest":{"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"742a396c-6a76-4352-afae-eb34fb2858d3","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"29fdf99c-fc1e-4baa-97f1-b265bcd1cfbf","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"197fefba-a479-49bb-8b84-81e2a6363a50","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","vin",":vin"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Includes body, engine, and mileage data (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"no"},{"disabled":false,"description":{"content":"Includes all trims for the matching model (default: no) (This can only be one of yes,no)","type":"text/plain"},"key":"all_trims","value":"no"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]},{"name":"years","description":"","item":[{"id":"3acdcd4f-94ec-45f5-b5ed-57fb268fa63f","name":"Year list for light duty cars, trucks, vans and SUVs (use /api/years/v2 instead)","request":{"name":"Year list for light duty cars, trucks, vans and SUVs (use /api/years/v2 instead)","description":{"content":"**We encourage users to begin migrating to /api/years/v2**\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Scion\", \"Tesla\"]}]`\n\nAllowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`.\n\nAllowed search fields are: `year`, `make`, `model`, `trim`, `make_id`, and `make_model_id`.","type":"text/plain"},"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e4a68716-47ae-4ce2-bf15-438892c44b18","originalRequest":{"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n \"<integer>\",\n \"<integer>\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"09ac47f3-73cc-40a5-84b9-443b1a84b192","name":"BadRequestException","originalRequest":{"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2fe74220-ef5f-4d6e-8556-49eccd42a228","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"39f7e8f0-141e-47b0-bb45-17ee707f1dd1","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4567695-7dd9-4366-9eb9-6dff45d57179","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","years"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"trim","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"description","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"powersports","description":"","item":[{"id":"5ab7704b-57c1-4d4b-84e0-c033c6a5953f","name":"Year list for street motorcycles","request":{"name":"Year list for street motorcycles","description":{"content":"The demo dataset contains model years sold between 2015 - 2020. To access years 1900 - today please purchase a\n[subscription](/pricing/power-sports). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Kawasaki\", \"Harley Davidson\"]}]`\n\nAllowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`.\n\nAllowed search fields are: `year`, `make`, `model`, `trim`, `make_id`, and `make_model_id`.","type":"text/plain"},"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e32f5cb4-d36a-4f37-8166-5b616dd06701","originalRequest":{"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n \"<integer>\",\n \"<integer>\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"31782768-bf49-43cc-9c29-f5cdcaea5254","name":"BadRequestException","originalRequest":{"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eef2fd8c-e5d1-4de0-85d8-85b6329147cd","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb5ffc94-8e09-47c5-966d-1091765352ed","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01ac86bb-52b7-4304-a1e6-88da1f983a6a","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","years","powersports"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"(Required) (This can only be one of street_motorcycle)","type":"text/plain"},"key":"type","value":"street_motorcycle"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"v2","description":"","item":[{"id":"bfd1ff38-4356-499f-8936-ff05f82459a8","name":"Year list for light duty cars, trucks, vans and SUVs.","request":{"name":"Year list for light duty cars, trucks, vans and SUVs.","description":{"content":"The demo dataset contains model years sold between 2015 - 2020. To access years 1900 - today please purchase\na [subscription](/pricing). You must include a valid JWT in the header once you have\npurchased a subscription otherwise you will continue to receive the demo dataset.\n\nFor complex queries you may use the json field to send an array of URL encoded JSON conditions, example:\n\n`[{\"field\": \"make\", \"op\": \"in\", \"val\": [\"Scion\", \"Tesla\"]}]`\n\nAllowed operators are: `>`, `<`, `>=`, `<=`, `in`, `not in`, `like`, `not like`, `is null` and `not null`.\n\nAllowed search fields are: `year`, `make`, `model`, `trim`, `make_id`, and `make_model_id`.","type":"text/plain"},"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"ea542834-7a88-4ee8-b4a8-19f1ced31ae1","originalRequest":{"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n \"<integer>\",\n \"<integer>\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"d15002da-10ab-4313-a19e-466b19dd3552","name":"BadRequestException","originalRequest":{"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"915c58f2-360e-4902-9768-3488b2ee0879","name":"MethodNotAllowedException","originalRequest":{"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d4f3b6d-ce3d-4d01-80e1-2760b436482d","name":"TooManyRequestsException - Max Per Minute: 600","originalRequest":{"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6162cb2-f02d-4baa-b2c0-5b0356b9f7a2","name":"ServiceUnavailableException","originalRequest":{"url":{"path":["api","years","v2"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"year","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"model","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"submodel","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"oem_make_model_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"make_id","value":"<string>"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"json","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]}],"event":[],"variable":[{"key":"baseUrl","value":"https://carapi.app"}],"info":{"_postman_id":"f53cd121-09a3-40e2-8fef-b5662ff31b54","name":"Car API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"Welcome to [CarAPIs vehicle API](https://carapi.app) documentation. The developer friendly Car API.\nStart developing with your vehicle API today — no fees, no signup. CarAPIs free vehicle data-set\nrequires no account. Only pay when you're ready to go live. The free data-set is limited to 2015-2020 vehicles.\nTo access the full data-set you may [signup here](https://carapi.app/register) and then select a subscription plan.\n\n**Additional Documentation**\n\nFor additional documentation please review [https://carapi.app/docs](https://carapi.app/docs).\n\n**SDKs**\n\nPHP SDK: [https://github.com/car-api-team/carapi-php-sdk](https://github.com/car-api-team/carapi-php-sdk)\n\n**Release Updates**\n\nCheck release history here: [https://github.com/car-api-team/docs/releases](https://github.com/car-api-team/docs/releases)\n","type":"text/plain"}}}