-
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) · 332 KB
/
postman_collection.json
File metadata and controls
1 lines (1 loc) · 332 KB
1
{"item":[{"name":"api","description":"","item":[{"name":"account","description":"","item":[{"name":"requests","description":"","item":[{"id":"504d79c1-c36d-41a9-8f31-d864b3921076","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":"b34b6592-77e8-433f-ad3f-536d8e43c72b","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":"1d2c03a7-a9f6-42f4-921c-eab63bf0a3c0","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":"7a94e234-2e64-437f-b41d-6ff797081c4e","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":"224f595f-5a1a-46b4-8914-d990cd212bff","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":"b3ba21a0-7c6f-4ec2-857c-ff4e4526ca4d","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":"4f9bb79d-6640-4ff1-a2e8-361b853389b9","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":"a46bf1d0-e682-4fe7-996f-d0806db968f0","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":"2826eba8-5746-4596-8bad-1068067a7080","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":"cbfb443b-7263-4d2a-b857-d1df19875ba9","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":"e67e7457-8504-41a4-94ce-042ef94f3941","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":"096ae8a8-3e58-417f-98de-4b16fd8cdd0a","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":"43da12d0-29c0-4997-bb21-6ee078b40b25","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":"83b71414-e07d-4c03-b213-13b888a5a20f","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":"d59a55ce-710e-494d-9ee0-341c0e64da68","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":"2802267d-070b-44c0-ae93-a656b2e40733","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":"6e6165b9-8a56-43b3-a829-59ffd83b1d4a","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":"28447638-2e95-4f46-8adb-6d49173dc4ae","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":"dbc95fd2-b005-4c6d-914d-db6e41375d2a","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":"90228673-3d46-4e6b-8924-b874b9197b5d","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":"7ddeb3d4-4e8f-4df4-b742-0fbc686eb829","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":"8882fdaf-9ee4-46e8-9d56-ad24faa86c12","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":"f73f8d5c-6f4d-4c38-91a2-59c7a906c280","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":"type"},{"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":"1834ed95-9dec-4d2f-b53f-09494a5122f0","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":"type"},{"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":"a21d8c5a-3728-46e9-b419-5499f6983d4e","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":"type"},{"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":"bfcbdc25-e337-4828-b709-a9712f49ec3b","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":"type"},{"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":"766d8c50-de41-4dab-9d68-e0a476525c7e","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":"type"},{"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":"a884f0b4-2b49-40c6-a50e-dbdcb2b6200b","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":"type"},{"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":"8ccd1643-c048-4a47-ae26-54e6aa140ba4","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":"78e299b5-7a99-41b8-b241-203a5dfa2e28","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\": 7723,\n \"make_id\": 5926,\n \"model_id\": 5164,\n \"submodel_id\": 1097,\n \"trim_id\": 8791,\n \"year\": 5250,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Cargo Van\",\n \"doors\": 7060,\n \"length\": 790.8028904455899,\n \"width\": 1232.8013322055776,\n \"seats\": 2221,\n \"height\": 1400.94435962828,\n \"wheel_base\": 316.96858352905366,\n \"front_track\": 7051.223903958348,\n \"rear_track\": 3937.0791819464857,\n \"ground_clearance\": 3357.952213656474,\n \"cargo_capacity\": 5089.577632326256,\n \"max_cargo_capacity\": 1584.298883686499,\n \"curb_weight\": 867,\n \"gross_weight\": 5504,\n \"max_payload\": 7172,\n \"max_towing_capacity\": 4959\n },\n {\n \"id\": 6048,\n \"make_id\": 2592,\n \"model_id\": 7493,\n \"submodel_id\": 3488,\n \"trim_id\": 3154,\n \"year\": 8465,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Ext Cargo Van\",\n \"doors\": 3130,\n \"length\": 3529.7932885601635,\n \"width\": 9068.189985913648,\n \"seats\": 3693,\n \"height\": 9130.887475934842,\n \"wheel_base\": 7618.96806921544,\n \"front_track\": 6727.604552421087,\n \"rear_track\": 9238.395910402971,\n \"ground_clearance\": 1551.3064314616943,\n \"cargo_capacity\": 1825.979458093756,\n \"max_cargo_capacity\": 728.2279558945982,\n \"curb_weight\": 4327,\n \"gross_weight\": 2961,\n \"max_payload\": 7709,\n \"max_towing_capacity\": 581\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5dee35c-5a35-4595-bf59-01e51c62d7ed","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":"b20638b9-0736-44e3-95bc-ce443f114530","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":"edb62010-09d9-462d-8f1f-14f41f1645bb","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":"db551c7b-36eb-47b2-b63d-c033a7e6edec","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":"d4058459-589f-4cde-a653-32522d1984d4","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":"fffab912-6199-4941-b7a6-e44d52389675","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":"ba6d04ec-1e11-47d8-8aab-aa7bb73a706e","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":"3a2c6d84-7f7f-41e7-9629-1fe2d9d49369","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":"1ad6fe99-6829-479b-a3a5-d88035402986","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":"49cfadf2-43fa-421e-aa67-6896aa5d3dc2","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":"f9ff0531-bf83-4cd5-bbd9-206c9a07baf4","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":"82fdea2f-99fa-48d7-bd15-d8fc05646fb4","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":"ad43ceea-00e2-4dcf-a298-01adffe01415","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":"42f82c89-d6d7-43f1-88f2-0c6e53c23df5","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":"c1ee27d1-f794-4944-9c50-3f0ead5b16e5","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":"a181ddcc-1c48-489a-b035-b625ee79bad6","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":"4194d508-7f1d-413d-85fc-5f5fcf7844ca","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":"b37e5271-7a66-4e84-b42a-4055a43c4db4","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":"576511f3-f0d1-4539-9190-b0d4ae84c7ca","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":"57b5e8a3-7b0a-4b91-8bb1-efb4c71785ff","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":"b0621f10-734e-4e38-b078-ab01d00e283d","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":"95864bbc-0f25-412f-98af-87521fdfe9e0","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":"f48b79b6-9716-4062-bc27-f20424d816a8","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":"abdadf78-aa22-4efe-8533-71a21712ab57","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":"c5d6c201-f4a1-43d8-8c10-37333bac10ba","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":"cbd74025-a466-433f-98c8-e7e008c0646d","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":"5f1e988d-bf80-4986-93e4-8179253505af","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\": 9419,\n \"make_id\": 7888,\n \"model_id\": 1021,\n \"submodel_id\": 2236,\n \"trim_id\": 8724,\n \"year\": 3514,\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\": \"regular unleaded\",\n \"cylinders\": \"W12\",\n \"size\": 6859.562927609632,\n \"horsepower_hp\": 3487,\n \"horsepower_rpm\": 1442,\n \"torque_ft_lbs\": 331,\n \"torque_rpm\": 8714,\n \"valves\": 1718,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Single overhead cam (SOHC)\",\n \"drive_type\": \"four wheel drive\",\n \"transmission\": \"2-speed\"\n },\n {\n \"id\": 2570,\n \"make_id\": 4541,\n \"model_id\": 2926,\n \"submodel_id\": 4957,\n \"trim_id\": 8224,\n \"year\": 4677,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"engine_type\": \"hybrid\",\n \"fuel_type\": \"hydrogen\",\n \"cylinders\": \"V6\",\n \"size\": 2454.8473600683997,\n \"horsepower_hp\": 5556,\n \"horsepower_rpm\": 1201,\n \"torque_ft_lbs\": 6523,\n \"torque_rpm\": 5746,\n \"valves\": 4798,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Double overhead cam (DOHC)\",\n \"drive_type\": \"four wheel drive\",\n \"transmission\": \"8-speed shiftable automatic\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9a9d09d2-a948-419c-86ba-f5a55483f249","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":"ef66610e-4906-468e-bbda-343d6bc625b7","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":"9a2f603e-1881-4219-b03a-70083f1a3a92","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":"ca3bc8e5-5fd2-4290-8de8-31ff363e59a4","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":"cc449747-520a-4af8-8a8f-119141353f7b","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":"name"},{"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":"8970d338-373c-49f7-9a35-052c3826bfe6","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":"name"},{"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":"46f7ce58-9286-4f6d-a5e9-b177e89490e3","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":"name"},{"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":"3dfb797e-b2de-47b5-be0b-a63235147f76","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":"name"},{"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":"c0968fa3-c24d-4e96-942d-f3d32867e699","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":"name"},{"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":"980e737b-f127-4285-a0e7-ea2e73937a6d","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":"name"},{"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":"07e7f665-df4b-4094-ab62-84cfc6e3699a","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":"7f6585f9-6fd1-446b-bc1c-6b507de52c55","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\": 5206,\n \"make_id\": 229,\n \"model_id\": 3396,\n \"submodel_id\": 6162,\n \"trim_id\": 7859,\n \"year\": 7292,\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\": 4759,\n \"make_id\": 3409,\n \"model_id\": 8812,\n \"submodel_id\": 4247,\n \"trim_id\": 4586,\n \"year\": 8919,\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":"0f2e137e-fd48-40fc-839f-0057a9294dfd","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":"0b80b6e0-dc46-4959-9ad4-2d4476d133f7","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":"febf5f40-1fc1-4d4d-b112-be7a12e513fe","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":"52a87f41-ec6f-4042-bcce-5416ddf222b2","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":"dd95bb0e-6074-4f0a-823e-ed9c561adef1","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":"name"},{"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":"02c177a1-7e3c-4fb0-a1ed-e3da827654ca","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":"name"},{"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":"f30f6fa8-54f5-4842-9d0a-ed42fa6d7b2c","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":"name"},{"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":"dcf70a51-78fd-4c26-a934-bfdf3585f155","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":"name"},{"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":"f6a72466-f4c0-4393-b8ba-04e0ee8f5533","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":"name"},{"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":"4c97807d-baa6-46ab-926c-4ea1f0522532","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":"name"},{"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":"3ad0d4a0-3000-41cb-8f11-0764a2cd404c","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":"c5201bb4-aad9-4532-baec-9793a94bda86","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\": 5206,\n \"make_id\": 229,\n \"model_id\": 3396,\n \"submodel_id\": 6162,\n \"trim_id\": 7859,\n \"year\": 7292,\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\": 4759,\n \"make_id\": 3409,\n \"model_id\": 8812,\n \"submodel_id\": 4247,\n \"trim_id\": 4586,\n \"year\": 8919,\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":"2046de08-c40e-4e0d-bf54-800fddcd39e0","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":"1f682947-19b0-4056-af0b-5e4085217d6b","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":"fd389e44-cba0-4541-bcd3-87ca79645e74","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":"e63b6f35-2d41-4431-8b1a-fc8e6bf3e020","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":"992fd632-2069-4992-983e-141b0b7d195e","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, DE, 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":"e166988b-c3be-4d62-ba4e-48aca6efb179","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":"8b121f5a-16d7-411d-8165-93700827cc6f","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":"a91089b3-a34f-43ef-8526-4f5e48b356d0","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":"001bb07e-7bf8-4805-934c-de957ceb16be","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":"b76ec341-00eb-4e55-98fd-4b0b7c5737c8","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":"c63f6a33-49db-4b75-83e9-3c4d5d15eade","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":"536f91b5-f0f1-4f63-82f3-3cdd2e993099","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":"723c14ec-34fe-47d9-aeb3-8f864e8de311","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":"680b2adb-6f80-46bd-9826-9829c3a99e3c","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":"dd3f7cc6-f2d9-44ae-8eb3-84a67c2afd98","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":"f87d4271-673d-4557-8877-d68af4fee29b","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":"fec4de03-d126-4adc-91a3-88b16933250e","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":"e8525016-cbb8-416c-a84d-8c7c4f6eaffb","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":"53604d85-a4e4-418e-a964-ef715a1e38d1","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\": 7043,\n \"name\": \"string\"\n },\n {\n \"id\": 6830,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a3a00ea-747c-49cc-8e84-f1fd786ccf3d","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":"d32db2eb-6558-45cd-81c5-8cf1cb6129a0","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":"50d91a1b-d859-416f-abeb-336ef3c6e8d2","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":"25f1c0c9-13e1-4867-b80d-717640086455","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":"f56108f8-1231-4e08-b826-972bbe07249e","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":"4ffe79bc-ef3d-4751-8b40-d330f3a6ba79","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\": 7043,\n \"name\": \"string\"\n },\n {\n \"id\": 6830,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"afca02c8-739b-4fd7-aa14-e82df29f0ddd","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":"6c8e1b21-0d37-4936-a88e-dc1e307d35cd","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":"1ffe2eb2-b10c-4618-b176-d0a79cf75fbb","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":"454b78e5-ba8d-46b2-b05d-4c505702f8bd","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":"d80b9d4f-1925-45e8-bb9e-b87e68d36d36","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`, `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":"range_city"},{"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":"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":"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":"a2b9abd9-0504-4bef-a55d-bcbbc99671fe","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":"range_city"},{"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":"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":"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":"76c48bf6-9913-41d9-9168-c940c9f539b7","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":"range_city"},{"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":"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":"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":"a068dc6f-63c0-492f-84f9-5e397dd48d67","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":"range_city"},{"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":"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":"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":"8eaa2cb7-ff38-4c6c-82d7-1081987a1a3b","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":"range_city"},{"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":"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":"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":"c8d9bb61-73c1-4899-bfc1-775d29ee6219","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":"range_city"},{"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":"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":"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":"25ed624e-fbf6-4b91-b4e1-18d1455deba7","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":"b8f0d5b6-ea21-4957-95bd-d3e4e52755df","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\": 1431,\n \"make_id\": 3550,\n \"model_id\": 2637,\n \"submodel_id\": 8368,\n \"trim_id\": 7988,\n \"year\": 5886,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 1886.7046881698557,\n \"combined_mpg\": 4619,\n \"epa_city_mpg\": 6034,\n \"epa_highway_mpg\": 3200,\n \"range_city\": 7293,\n \"range_highway\": 6227,\n \"battery_capacity_electric\": 4536,\n \"epa_time_to_charge_hr_240v_electric\": 2676.4983685471,\n \"epa_kwh_100_mi_electric\": 6662,\n \"range_electric\": 9016,\n \"epa_highway_mpg_electric\": 3623,\n \"epa_city_mpg_electric\": 1171,\n \"epa_combined_mpg_electric\": 1839\n },\n {\n \"id\": 5372,\n \"make_id\": 3010,\n \"model_id\": 3064,\n \"submodel_id\": 5757,\n \"trim_id\": 1693,\n \"year\": 6967,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 6181.076479329823,\n \"combined_mpg\": 9495,\n \"epa_city_mpg\": 2854,\n \"epa_highway_mpg\": 1450,\n \"range_city\": 9106,\n \"range_highway\": 9022,\n \"battery_capacity_electric\": 7893,\n \"epa_time_to_charge_hr_240v_electric\": 3368.6580694865297,\n \"epa_kwh_100_mi_electric\": 8745,\n \"range_electric\": 6606,\n \"epa_highway_mpg_electric\": 6668,\n \"epa_city_mpg_electric\": 2140,\n \"epa_combined_mpg_electric\": 9588\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49843d3a-0532-4e4a-87c8-308cdd268a28","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":"16813263-5e5a-4481-90e1-bb60212559ec","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":"81ae1e90-55c2-4336-a706-01f397b4c262","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":"55a9185f-9a02-4e46-bd81-166d0abb81be","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":"91645959-b73b-4408-8a49-237f582db9b6","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":"name"},{"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":"a30f8826-7758-4a64-a5f8-15d0926749df","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":"name"},{"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":"7f277798-a4f0-4a7b-89b4-aff26d5b2bb5","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":"name"},{"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":"ee6f2e46-3053-4314-ad77-1072553032df","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":"name"},{"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":"2e5b86db-417e-4350-be5f-c16eb82f4a86","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":"name"},{"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":"42729c06-c42e-4b7c-90a2-d8a35d7e62c8","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":"name"},{"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":"d7ae11f4-c0b9-4a3a-9a04-352a0184b411","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":"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":"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":"8eb7997a-1429-498b-bd06-65ccae5645fe","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":"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":"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":"149ed459-30b3-4f7c-b013-7547619afda7","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":"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":"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":"2ae98de9-53f7-4207-99bb-580c1f46c6eb","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":"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":"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":"53ce4a89-c078-4e3f-805f-bb55b942d04a","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":"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":"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":"6f9df739-102a-4ed6-a58b-695be7c6e4bc","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":"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":"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":"43f10eb2-e10e-4ed9-984c-f33d51ae3b12","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":"Makes.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":"9ec7e5ab-5df0-44d8-8d56-7c85c2377164","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":"Makes.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":"a0da0158-d764-4ccd-a681-a4682424e0eb","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":"Makes.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":"069fcab3-9ff7-4b41-b960-8c2fc8b9a8ae","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":"Makes.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":"525fb5c3-9485-4282-b52e-a47077b0a786","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":"Makes.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":"8d99b194-27eb-4e05-b0da-43a0bc06646c","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":"Makes.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":"1c30b3dc-6161-4b6b-9e65-a01b97b7aeb7","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":"e785639d-541d-4888-acba-f0991896e4c6","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":"b70343d4-372d-42da-ad29-05151a172cb7","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":"f5a3dd2a-4f49-48f1-a80c-556785a909f5","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":"f805a2bf-4b4f-4dfb-9adf-bc8a75aa5447","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":"0b0f1f77-e731-489a-951d-898ad899f06a","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":"4d6c314c-9fc9-49f5-826d-a5b21d3f36f4","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":"591618bf-b65b-486f-aadd-78ddd983c4f8","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":"37188b13-5632-4735-a6b1-afb126b1b9f6","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":"eb1b63a2-3095-45b7-b62f-6cfe18cacc4c","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":"28fdc389-a412-4e0a-82d9-33d92cab63c3","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":"b9119492-8a5e-4ab7-81bf-3ddb89d3d606","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":"a5dae5b3-7b9c-40fb-bcc9-8227f5eaeef3","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":"352f93f6-c685-4b69-a432-8102e99958c0","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":"d3c14b6f-496d-4db6-9c22-715b2213ada3","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":"218a7169-49a5-4359-9dca-7fc778e36a8d","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":"f0a0b33d-3f00-4fb4-bd55-325ad441d2ab","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":"2800d326-9395-48df-a566-058191a54116","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":"7b54d6d5-8386-471c-9948-154ebb4023e7","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":"created"},{"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":"f53706bd-706a-4166-b237-26c4f1fa76f8","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":"created"},{"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":"ba039931-358a-436f-9633-916bad39202a","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":"created"},{"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":"782abd7f-10ed-48e3-971a-0c158129b9c6","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":"created"},{"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":"0bb33a4e-4a87-4394-b6d9-50bbfd0e50bb","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":"created"},{"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":"17fd811c-15a6-42a1-b14a-c8263f5d9d76","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":"created"},{"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":"e1d9aab2-9c3e-4a52-9183-af13da8469eb","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":"MakeModelTrims.year"},{"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":"fd1fc200-9c5d-4a4b-9d68-e9d669e88501","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":"MakeModelTrims.year"},{"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\": 6506,\n \"make_id\": 1719,\n \"model_id\": 6034,\n \"submodel_id\": 8694,\n \"year\": 9283,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 2263,\n \"invoice\": 3310,\n \"created\": \"1978-07-21T20:29:41.008Z\",\n \"modified\": \"1968-01-07T22:31:13.302Z\"\n },\n {\n \"id\": 3901,\n \"make_id\": 4517,\n \"model_id\": 8609,\n \"submodel_id\": 5225,\n \"year\": 1847,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 1932,\n \"invoice\": 3754,\n \"created\": \"1960-09-24T04:10:33.025Z\",\n \"modified\": \"1976-10-29T16:11:00.875Z\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1aa71f0a-a745-4068-ac96-6b39fb02fc6e","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":"MakeModelTrims.year"},{"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":"5dca5f9c-9762-47f9-be98-11ea7c40dee5","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":"MakeModelTrims.year"},{"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":"1214e9bf-d085-4be1-92ac-121740be66b3","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":"MakeModelTrims.year"},{"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":"3f449c99-410e-4db1-94ce-b1820ae529ec","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":"MakeModelTrims.year"},{"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":"98be6ad2-5a5e-43a5-b648-8a62aef15b83","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":"321e00fd-87fb-4c1f-a550-445468575859","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 Cargo 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\": \"Coupe\",\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\": \"electric (fuel cell)\",\n \"fuel_type\": \"premium unleaded (required)\",\n \"cylinders\": \"I4\",\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\": \"front wheel drive\",\n \"transmission\": \"6-speed automated manual\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"engine_type\": \"hybrid\",\n \"fuel_type\": \"flex-fuel (unleaded/natural gas)\",\n \"cylinders\": \"I4\",\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\": \"Overhead valves (OHV)\",\n \"drive_type\": \"rear 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":"740ed69b-dc66-472b-bc29-4147811388a6","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":"165dbbfc-d142-422f-99f2-53daf48eb61f","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":"fce42233-840e-49d3-b856-c9ef6cbc9f26","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":"9eecc2bb-835e-477b-b48f-a8b1374e0503","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":"096460d0-325f-4b7b-b224-79b9687cade2","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":"d4d05946-d393-4d5a-8d9f-46ae9dc0f4fb","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":"2b2eb0b3-0b94-4302-b854-bb64436e96ba","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":"8d1e7716-491e-42ed-b6ba-d4c0195bbdce","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":"375202b8-e5aa-42d2-aabd-50178af6fffa","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":"e357f32a-62bc-4cf7-aff3-6ef45d1fcd29","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":"006a1c9a-8c46-41be-8204-0d1083b6e2cc","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":"2d80505f-38bf-44d6-86b2-4bdea6d6b4d2","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":"3b703e24-c516-4876-a26c-04216d0a0ed9","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":"engines.cylinders"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"ec114e21-8c0a-4288-9732-1cb77fcf1cdb","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":"engines.cylinders"}],"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":"3617478d-485c-4d98-98ac-bf4eb0193841","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":"engines.cylinders"}],"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":"b2e6add5-0198-4818-84b6-31193fdb1f1f","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":"engines.cylinders"}],"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":"c8c74c56-cecc-48d6-87e1-0b18a66ae5d9","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":"engines.cylinders"}],"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":"a47c9504-04bf-4969-b424-88fbc9398225","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":"engines.cylinders"}],"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":"a37faa0d-aa98-4881-91b2-823d16662383","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":"b017c2dc-58fb-49a1-846c-6cd295293197","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":"60d58de4-c288-447e-8aea-fbe0c7ba20d4","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":"d6527cb6-83e6-4a19-94f9-1c47acb7626f","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":"bbc3fcf7-6f70-45ee-839c-3e2c909261bc","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":"c9b1ae26-9737-4a49-a4f6-d8bc19303bb2","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":"cec1a160-660f-4037-9978-25022150eacd","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":"6ddfef8b-b609-4eec-bc0f-725721d6aaea","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":"eb64f72c-1dd9-442f-ad85-b06a46e70919","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":"96ea93a4-39ff-4c42-9c7f-f3a0da6a90e7","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":"ea718a55-94f8-4838-9e6d-d8d9d586afbb","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":"5d63a1bf-4d26-4ebd-8024-2cd351d2a1f0","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":"4f140823-af32-4f9c-8403-6fc0143b4bee","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":"32cb39e5-f77b-45aa-9d55-1714c95f0c27","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":"24fceb10-f799-4b6a-ac80-84b4ac25a0dc","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":"d6db3f77-71e0-4f7a-8573-df51cf3a720d","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":"44cf2624-8153-4836-9e27-6a634cc7dd20","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":"30b9737a-aeff-4cc1-91c5-ab4f2e0eb367","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":"0f798bd4-ff6d-4304-b2ce-5006281f2058","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":"398350ca-5226-4380-9417-55c6fcf62da5","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":"7c855d3b-b1b7-4a8e-8f42-a0de407788fb","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":"a31642e8-7266-4d83-aab4-29249b5f47eb","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":"5f1d9710-1e77-4d90-b9e8-9ced8a0f2ee0","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":"902a3b74-c125-4bec-a0f8-2734956b47dd","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":"d6d8ab8e-2ccd-4bb3-9ffa-1bfe7c55d1bd","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"}}}