-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman_collection.json
More file actions
1 lines (1 loc) · 333 KB
/
postman_collection.json
File metadata and controls
1 lines (1 loc) · 333 KB
1
{"item":[{"name":"api","description":"","item":[{"name":"account","description":"","item":[{"name":"requests","description":"","item":[{"id":"6a88eea6-c249-4a21-ab5b-86e32dc99a10","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":"047be845-779e-49fe-83a2-b4f68a5628e7","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":"b407c639-f0bf-4161-9a8c-e5691426b174","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":"55b05068-98a6-4bf3-8947-bc1af97b8e0d","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":"cb73c5b5-8dbb-4d97-a6db-ad67799157fa","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":"7680388e-54a4-4d71-a370-2d0a5fad0477","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":"201c9594-787f-4680-a5b6-308bda8902e8","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":"df79a9aa-7782-4e89-95c6-d242576e61d0","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":"c2603aa4-09ab-49b6-b8cb-474fe60f614f","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":"ae639c7b-c1ba-4e24-a6ec-4b1351c7ca56","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":"7c2a93a5-8ab0-4dc0-8904-ece992481536","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":"a5226c99-4ee5-4c11-816c-283af4a927ac","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":"c56e9d43-ab3e-4350-8d9d-1b135dfe5895","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":"b3ad252a-92cb-4d88-a091-b63eb8803cc5","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":"f5df5d4c-1c6c-4cc6-a854-ae59200c33c0","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":"3e0b45ba-7177-41de-a26a-e618c870877c","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":"9674ded0-207a-4c4b-847f-f8b9106e6356","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":"5f23ead6-4521-4a6e-80de-657f97a5dc62","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":"c77982a8-45b7-4f9b-b907-76aed730df2f","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":"3ec6f138-c7ea-44bb-8123-ad46fbac9420","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":"49113f4c-ac17-4207-a803-874d96b11361","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":"0403762c-e988-4004-bfee-26d061d8d855","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":"1ed56116-51d0-424b-8f91-f2eb6068ca7b","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":"yes"},{"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":"def3ac6b-aae9-4fd9-bc73-3c137f2e70a9","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":"yes"},{"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":"b6c355e5-23cd-459b-9aed-dfb92c3d201a","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":"yes"},{"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":"0b2688c8-771e-4521-90dd-250cd40bd743","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":"yes"},{"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":"e077b870-54cf-44ab-b871-462e1081d016","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":"yes"},{"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":"6e4a34a0-de9c-4595-9cb6-905287dde6e8","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":"yes"},{"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":"026ec851-785c-4930-934c-5df9947dc32c","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":"3a22aa10-0714-4308-b551-ddfeeb7a5dce","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\": 2596,\n \"make_id\": 4177,\n \"model_id\": 1777,\n \"submodel_id\": 1720,\n \"trim_id\": 8029,\n \"year\": 3771,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Truck (Mega Cab)\",\n \"doors\": 918,\n \"length\": 7516.217909000055,\n \"width\": 1082.6636909315002,\n \"seats\": 153,\n \"height\": 7656.355539918273,\n \"wheel_base\": 1386.2378248092978,\n \"front_track\": 3010.3778526496217,\n \"rear_track\": 2947.101830852463,\n \"ground_clearance\": 7633.301908929815,\n \"cargo_capacity\": 2091.8324760221376,\n \"max_cargo_capacity\": 9717.727170553297,\n \"curb_weight\": 2497,\n \"gross_weight\": 8859,\n \"max_payload\": 2992,\n \"max_towing_capacity\": 4931\n },\n {\n \"id\": 7122,\n \"make_id\": 9292,\n \"model_id\": 4723,\n \"submodel_id\": 2133,\n \"trim_id\": 4232,\n \"year\": 4845,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"type\": \"Truck (SuperCrew)\",\n \"doors\": 2729,\n \"length\": 4895.032256214556,\n \"width\": 2173.3059616033333,\n \"seats\": 767,\n \"height\": 7491.298776231043,\n \"wheel_base\": 9862.059815328896,\n \"front_track\": 2083.3140931551397,\n \"rear_track\": 2388.4466728615794,\n \"ground_clearance\": 9931.36871221661,\n \"cargo_capacity\": 3723.7024851601586,\n \"max_cargo_capacity\": 4755.366364824458,\n \"curb_weight\": 5899,\n \"gross_weight\": 345,\n \"max_payload\": 8485,\n \"max_towing_capacity\": 2523\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b4c062e-c64f-4e1c-911d-fdd0f8ae59ff","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":"154f3a7e-b188-42f7-8235-bf38346165dc","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":"6a971dbb-a16f-4517-b9fb-dddb579df3fe","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":"a1a34fdc-f248-430e-87de-446eb0adb7f7","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":"bb754fb5-9e4f-4a5c-b4c5-43934a3725ad","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":"0a959c2d-dc78-4766-a4e2-2e3b09ee5527","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":"7e9db22e-7afa-4409-8e6d-1c73c570baa0","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":"2948ecef-e189-48fb-bd5e-3ff00733bc83","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":"7255d5b9-2541-43c0-999d-867d4c3a1347","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":"d245f625-44f4-465c-9a88-ec59740ce4f6","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":"42d74d42-3aea-4682-97ed-062f72754bf3","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":"967ff762-77a4-46df-861d-417d35ba5fad","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":"5e424a71-91da-4cf6-a6e9-9d02eb417820","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":"06035416-d0e0-4d50-a8fe-3963be4ca207","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":"b4efe407-b913-48eb-92d7-f7ebf9de8efc","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":"218fb753-4260-47cc-8a11-d57f59126200","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":"01b5db18-2b80-4ab2-8a4b-3b8c52cb478e","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":"53cc6606-e4b5-4025-a8cf-6244b8422044","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":"668ad476-503d-4ba5-ba72-7ea6e8172af4","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":"5079e789-4310-424d-9155-f70e22772857","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"d242e905-45cb-44de-bde1-109b2f041399","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"531344fa-1f4d-4d54-b1ef-0fdb36ce676a","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"38b9ec0a-d09d-4d3b-8ff5-ec4fe94f639f","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"ba46a8e0-0363-47ca-a046-9dad9bcd39a6","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"5ace9a75-8c5e-47d3-bc48-8dff8eb95d53","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_ft_lbs"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"2f35c10c-d3bb-4745-8e13-9dac377a6159","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":"10ce4598-d08a-404a-a6ad-4aca3b79f1a0","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\": 8711,\n \"make_id\": 6344,\n \"model_id\": 7846,\n \"submodel_id\": 7769,\n \"trim_id\": 3721,\n \"year\": 4426,\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\": \"premium unleaded (required)\",\n \"cylinders\": \"I6\",\n \"size\": 4451.954773948246,\n \"horsepower_hp\": 3809,\n \"horsepower_rpm\": 2033,\n \"torque_ft_lbs\": 8270,\n \"torque_rpm\": 3738,\n \"valves\": 6801,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Overhead valves (OHV)\",\n \"drive_type\": \"rear wheel drive\",\n \"transmission\": \"4-speed shiftable automatic\"\n },\n {\n \"id\": 519,\n \"make_id\": 9170,\n \"model_id\": 9649,\n \"submodel_id\": 5467,\n \"trim_id\": 1887,\n \"year\": 7724,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"engine_type\": \"flex-fuel (FFV)\",\n \"fuel_type\": \"electric\",\n \"cylinders\": \"rotary 0\",\n \"size\": 3385.3536243019853,\n \"horsepower_hp\": 2268,\n \"horsepower_rpm\": 9698,\n \"torque_ft_lbs\": 9100,\n \"torque_rpm\": 2347,\n \"valves\": 686,\n \"valve_timing\": \"Variable\",\n \"cam_type\": \"Double overhead cam (DOHC)\",\n \"drive_type\": \"four wheel drive\",\n \"transmission\": \"electrically variable-speed automatic\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8104826-fa9e-4de0-ba58-2413b12e8564","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":"e266d7c4-82c8-4051-a3ed-241c313fe905","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":"4c4d2ee8-0dd4-4f9d-8195-4d31b8022ed9","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":"51782176-0fc6-4c26-8b85-8085dafd26a5","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":"4153cf82-a04c-40af-9c92-3c7462268db2","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"633bd03a-9c25-4bfa-a4f8-63e7b9d71264","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"42dd372d-ec2f-45c7-8f45-b9eab51cbe5d","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"0605c4d4-6b96-41c0-a03f-f6b9be69f94d","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"f5fc420e-bb33-4911-94a1-64865f42c36c","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"d53776ce-9405-4a98-94d8-0b36c9da2b3e","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"d3eeb347-0dd4-4aca-8924-2df705eba464","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":"d163925c-ac87-44d3-8438-f57f27899b28","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\": 4046,\n \"make_id\": 9021,\n \"model_id\": 6626,\n \"submodel_id\": 1813,\n \"trim_id\": 6094,\n \"year\": 99,\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\": 126,\n \"make_id\": 3449,\n \"model_id\": 4390,\n \"submodel_id\": 8482,\n \"trim_id\": 4224,\n \"year\": 8860,\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":"914df656-db8e-45a0-aecd-34d6ac678121","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":"b5d5fd7b-352e-4a71-ad3d-13affff940df","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":"3dbffa7c-05a5-4334-8f59-a89f0a54ef68","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":"6248e05f-8e5a-4799-beb3-231441bba926","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":"12c16bf7-b64b-49f6-a052-70ec836acfc5","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"293a4b8d-525b-4c6c-b38a-748b32289ac7","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"4b8f2d4e-cd5d-4aec-b212-83bf470a1f55","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"2aa94aff-3ca2-401f-929d-b9bbfc5d2869","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"bda9a6df-76c6-4475-8c34-8e137488dfd9","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"076c5769-690c-40a9-aa43-7c625ef6cf81","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":"rgb"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"37ca52f8-1855-44b0-a8ff-fae38249ccbf","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":"ef45b37c-92b2-4d56-9bfe-1ced1ffef114","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\": 4046,\n \"make_id\": 9021,\n \"model_id\": 6626,\n \"submodel_id\": 1813,\n \"trim_id\": 6094,\n \"year\": 99,\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\": 126,\n \"make_id\": 3449,\n \"model_id\": 4390,\n \"submodel_id\": 8482,\n \"trim_id\": 4224,\n \"year\": 8860,\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":"2a843e9d-3faf-49c9-a0f1-829d86b1dae5","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":"6627949c-8b18-4029-89da-819c1b3dd6ef","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":"1ac39652-746e-4ca7-bce6-720fa16f695e","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":"2e02f8dd-4b47-4825-aa64-fbe01998c977","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":"c170d8fa-7050-49ce-9fa7-7c30852589c7","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":"e63c0e6d-9691-41e6-a511-e982910e215e","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":"cf084360-026c-4436-a06a-55515b2e317e","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":"d4500ba0-ece7-4eb9-89fc-1d2cf2550280","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":"58f23d83-2a2b-490e-876a-36933ccabc12","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":"0adaddb7-0aaf-494c-842a-0bf5caea4491","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":"14fc3960-e453-44cf-9cfb-54fcb6d6cffe","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":"45d4bb52-8f71-4989-a456-1a13c186430d","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":"dbb66052-d8f2-4e7a-8241-09b53dcf809b","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":"854069d3-7c27-40d5-af2c-ff6ac31463a6","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":"d14272a5-d77a-48dd-a1a4-1093a8a39512","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":"97c7a84f-dfc4-42a9-a333-6f8cd161e069","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":"9b3de96c-4577-4a25-bbe7-cbd662050349","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":"129f8345-6879-4a78-ae37-33fbac758055","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":"aa5c9b84-06ca-401d-ab53-bef1d49e54bc","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\": 6080,\n \"name\": \"string\"\n },\n {\n \"id\": 466,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b13f86b2-a731-46ba-97fc-bb77c38abd39","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":"427bbead-a85b-461c-af6d-7d99f50e66a0","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":"2e19286e-b76c-42c7-91d1-d6920850566a","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":"c487b60f-32a0-4393-a850-a0ccfd71b64b","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":"aff978aa-ab35-4896-af29-a24b2b3aa468","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":"3e79fb7f-e3e0-4ad7-ae68-0bb62273113e","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\": 6080,\n \"name\": \"string\"\n },\n {\n \"id\": 466,\n \"name\": \"string\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4853a7df-cd8d-46f1-9755-e758dcae109b","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":"06a7cdb0-1bde-4255-9fd1-b362522c0b9c","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":"651e1d13-1f19-4474-acbf-f4dbf16b356e","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":"4555818f-77e1-4de5-aa2f-b5c21442df06","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":"131dfd55-60db-46c3-9407-f4838b9b28e7","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"73ddab66-8b38-40ea-8007-956a53a8ac7b","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"35df68a8-b267-41bc-8f14-aa58a59430f6","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"16b7a9a1-fa1b-4604-9442-0b8e3dd2a855","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"fb8612a3-4f77-450a-9a01-1d123d732a5d","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"5f6b78c4-2336-4ab4-b2f7-3a09655d5960","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":"epa_combined_mpg_electric"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"442d1ecc-0efa-41c0-a681-fa8a3f8a0dd3","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":"803e108c-adf8-4fca-9a34-9b8b81aebbe4","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\": 8887,\n \"make_id\": 5963,\n \"model_id\": 2214,\n \"submodel_id\": 8841,\n \"trim_id\": 5015,\n \"year\": 7231,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 9427.97652353224,\n \"combined_mpg\": 8467,\n \"epa_city_mpg\": 9506,\n \"epa_highway_mpg\": 7642,\n \"range_city\": 8445,\n \"range_highway\": 9891,\n \"battery_capacity_electric\": 6088,\n \"epa_time_to_charge_hr_240v_electric\": 3461.253036765084,\n \"epa_kwh_100_mi_electric\": 8932,\n \"range_electric\": 8809,\n \"epa_highway_mpg_electric\": 8936,\n \"epa_city_mpg_electric\": 6108,\n \"epa_combined_mpg_electric\": 14\n },\n {\n \"id\": 4487,\n \"make_id\": 9326,\n \"model_id\": 9167,\n \"submodel_id\": 5945,\n \"trim_id\": 2752,\n \"year\": 9438,\n \"make\": \"string\",\n \"model\": \"string\",\n \"series\": \"string\",\n \"submodel\": \"string\",\n \"trim\": \"string\",\n \"trim_description\": \"string\",\n \"fuel_tank_capacity\": 4281.5179122814625,\n \"combined_mpg\": 9156,\n \"epa_city_mpg\": 2452,\n \"epa_highway_mpg\": 4630,\n \"range_city\": 3763,\n \"range_highway\": 821,\n \"battery_capacity_electric\": 2772,\n \"epa_time_to_charge_hr_240v_electric\": 2238.3419846942543,\n \"epa_kwh_100_mi_electric\": 1953,\n \"range_electric\": 8524,\n \"epa_highway_mpg_electric\": 8372,\n \"epa_city_mpg_electric\": 7934,\n \"epa_combined_mpg_electric\": 7531\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00832ab1-2657-47ad-82c4-0169b19ecbd5","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":"af6580ba-a8ca-4f79-9d79-5287e1284465","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":"976bb7dd-06fb-46ee-8368-71c10653827a","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":"82cc90af-5317-402e-ae32-ec91bacf2202","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":"4ca1013c-955d-490e-b6e8-6989892b606b","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"9b693f0e-d014-4e24-b4c5-149e7678617f","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"35996b12-40ae-40e5-94cb-8c6f286518d6","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"2f5d6767-4b53-4a38-943e-d9bc5c288f27","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"fe21e4c0-b3e2-44f6-861f-c582d55e5b15","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"600ca910-94a3-46d7-9e2e-a012d9d7bc60","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":"id"},{"disabled":false,"description":{"content":"Includes make and model (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"3514e979-e358-4c9d-8432-4994999571d1","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":"40859874-9abd-45a6-96e5-fc089a1c4e79","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":"3de4aa0b-f5c1-4d2a-ab96-52e26ab1fe3f","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":"2f1502fc-7d1a-4ed3-8b46-46632c0f829d","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":"f75ff42d-69ec-4a07-ad83-758944f884a4","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":"39b14f00-2e9f-410d-a23b-80e2bb106284","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":"72596a12-6f1f-4d1d-81d1-844b24fc2bca","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":"ef776e43-0ea9-4cff-9472-a542929fd15c","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":"cfb780fc-812f-44ea-a1bd-624a494e4204","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":"260eb33d-1417-4c05-b9e0-37803ecd9e6e","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":"0da3d916-c864-4d58-9c3b-8e5d8276b5aa","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":"333b714b-5294-4c18-86bc-cb3755d3889f","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":"e2e6d5c9-0488-40f7-b856-d20556513308","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":"a25e7128-465f-41c0-9f6e-574bb391890d","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":"d3eea018-98bc-479f-9f11-b1084506e1fc","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":"a6822f23-85f1-495e-99e1-9e64476c00d6","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":"3fccfbb6-13d2-4198-b6b3-b3e468466ed8","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":"1117cc6a-5e3d-486e-9b25-b14fa3f598dd","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":"7d4e2b31-7da0-43fb-b28b-6c68beb2b620","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":"fdbec28d-16b0-455a-abc5-b365c80576a5","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":"efa3f929-2e74-4f6d-b536-0506d8f7ef18","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":"8f24c3ca-e059-48a4-9644-8fb58584441d","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":"56588597-d7b3-4f47-a23f-699c18f20f01","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":"30feaf8a-2715-4346-84b9-5ce8732c7a61","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":"6f6b23ce-9344-413e-bd50-d3cdeeec7b8e","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":"OemMakeModelSubmodels.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":"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":"6a4eb5ad-4e61-419e-99f8-5c2a5e84c242","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":"OemMakeModelSubmodels.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":"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":"03731056-ddcc-47af-97e8-25dd582b131a","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":"OemMakeModelSubmodels.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":"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":"6668c9a1-9acd-44bd-ae40-b2badf6d1661","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":"OemMakeModelSubmodels.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":"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":"f9a02fc1-8cb1-4786-8ae8-858791054555","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":"OemMakeModelSubmodels.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":"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":"f558df61-7fcd-4166-a66e-13f3a492036d","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":"OemMakeModelSubmodels.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":"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":"b60b9a45-4bfc-400e-86e7-174cec3c4966","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"54325a5a-ef7f-411d-bd95-295684f5db32","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"b518fbf5-1d4b-4aa0-a72f-84d2ce148076","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"2957b0ab-76ff-475e-a34f-f8127b7d9987","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"5e1bf22a-1b32-4d8d-933d-365b5903a579","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"72bdea1e-4b9d-4ff3-97ec-f4f5869d454e","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":"make_model_id"},{"disabled":false,"description":{"content":"Includes make, model and trim (This can only be one of yes,no)","type":"text/plain"},"key":"verbose","value":"yes"},{"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":"3afe4298-4123-4319-a16e-b75a6c96a2e1","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":"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":"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":"8305490d-a05b-4ab9-a8a9-eacc12023864","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":"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":"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\": 7048,\n \"make_id\": 5070,\n \"model_id\": 6855,\n \"submodel_id\": 8138,\n \"year\": 5931,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 8598,\n \"invoice\": 8600,\n \"created\": \"1985-10-11T22:51:50.391Z\",\n \"modified\": \"1980-03-01T09:24:52.130Z\"\n },\n {\n \"id\": 2892,\n \"make_id\": 8213,\n \"model_id\": 8841,\n \"submodel_id\": 309,\n \"year\": 3279,\n \"make\": \"string\",\n \"model\": \"string\",\n \"submodel\": \"string\",\n \"series\": \"string\",\n \"trim\": \"string\",\n \"description\": \"string\",\n \"msrp\": 4925,\n \"invoice\": 2264,\n \"created\": \"2019-05-27T18:07:26.140Z\",\n \"modified\": \"1984-12-07T09:50:24.123Z\"\n }\n ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2fdc2bbe-71af-438a-adda-1cd149cfb565","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":"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":"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":"baa294e8-3939-4027-b262-b7e09960e39a","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":"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":"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":"a9d749e3-dcfa-4881-91a2-b4886cf15afb","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":"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":"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":"d03ab632-88e5-4530-aeb5-676237874f3b","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":"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":"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":"c8fe5965-cfe2-4ca7-a9a0-69d3ed3c56a7","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":"17050503-b8d7-453a-b931-a2c704dea802","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\": \"Truck (SuperCab)\",\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\": \"Truck (SuperCab)\",\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\": \"diesel fuel\",\n \"cylinders\": \"I5\",\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\": \"5-speed manual\"\n },\n {\n \"id\": \"<long>\",\n \"make_model_trim_id\": \"<long>\",\n \"engine_type\": \"gas\",\n \"fuel_type\": \"hydrogen\",\n \"cylinders\": \"I5\",\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\": \"6-speed shiftable automatic\"\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":"0485124f-0995-4267-b1cb-597cc50b5451","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":"95c15e58-4a37-4f65-bf90-575bfa6e27ae","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":"444b1955-b55e-4d52-966e-abd419832e68","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":"e8501ba4-0eb4-45eb-97d5-97521a13fbb2","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":"f2f6b6e6-d667-4943-955c-110709e72eb7","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":"d4b53c50-4fc9-4f36-a13c-b2e3a6c9d23c","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":"7ba217ee-2e0f-44dc-82b0-fa69050ac1fe","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":"1f817d68-fa05-41a1-93f1-0ae79a59ae54","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":"626378b1-c4ed-464b-af10-2cfbc14a2685","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":"1696780e-1fe0-433e-8ad2-c44cf270b8af","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":"4b81deb4-ce48-44ca-b0c6-b8f6a3b26097","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":"3a45400a-e573-448c-a3a7-b66e1feeea69","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":"4253a942-fd54-47d6-a6c4-f39f11582a25","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[{"id":"71605c29-fe12-44d5-888a-44c9cab60a83","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n \"<string>\",\n \"<string>\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4aae684-2436-4408-a357-34f7d34a386c","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efce170f-c776-4c04-82d9-acf2a38447bf","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Method Not Allowed","code":405,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ed023ca-928f-42ef-af77-3cd54e829ffb","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Too Many Requests","code":429,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aa8508a4-21a8-4f5d-948f-e235aa938c48","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.fuel_type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Service Unavailable","code":503,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n \"exception\": \"<string>\",\n \"code\": \"<string>\",\n \"url\": \"<string>\",\n \"message\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"vin","description":"","item":[{"name":"{vin}","description":"","item":[{"id":"55176427-1038-48ba-96aa-73275168edd5","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":"yes"},{"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":"yes"}],"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":"ed0d7123-c575-46b2-8fb9-2af9c67840a6","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":"yes"},{"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":"yes"}],"variable":[]},"header":[{"key":"Accept","value":"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":"cda0e4d7-32bc-4533-a905-61a06a602a5f","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":"yes"},{"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":"yes"}],"variable":[]},"header":[{"key":"Accept","value":"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":"aaacb912-f47b-4758-a850-b57a42a0a55e","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":"yes"},{"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":"yes"}],"variable":[]},"header":[{"key":"Accept","value":"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":"4bff5403-326f-405e-8e4d-0a889bc8469e","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":"yes"},{"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":"yes"}],"variable":[]},"header":[{"key":"Accept","value":"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":"85850067-f910-422f-bf9f-1ebef5d05b39","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":"yes"},{"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":"yes"}],"variable":[]},"header":[{"key":"Accept","value":"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":"bc7d9fe0-93cb-47e8-b1f8-56a7b97d8d02","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":"281d073f-7340-471f-8624-335a82d1025b","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":"75370ba4-22fc-4e01-863d-35b77df18da7","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":"eafcc635-f856-48e3-b15b-3ce82481a055","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":"e57c0709-4d91-417d-9d47-5c015d3e0ae6","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":"34b83c8f-e9ad-4b80-92f9-7b04d2f07231","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":"3aa675f7-3d0e-419b-9ee0-8cf62639a08c","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":"6e9bcb1e-0752-4efa-89bf-c78cb27afb2a","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":"213a9a07-b304-494a-b17f-c568e05910ca","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":"2ed80a09-33c5-4081-896b-31cad9d72e87","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":"cddc2b79-1a6c-491f-8634-b751f70d9257","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":"5fb79e3c-a800-4319-8b28-f8abc30ea5f5","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":"ae96172d-2469-45d7-854c-96811ebb60e0","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":"baecfd18-b8f6-4518-999c-b6935ba24d16","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":"6d28b918-14d6-4ea1-a6ec-921dc7eb94e0","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":"9287cb65-5a0c-43d3-991c-6a7189238c6c","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":"0e34288b-abe3-4c8e-9ff5-2f5ab7c5482a","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":"d3d9b6f2-4e18-40b5-a4ca-89ec0dece47c","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":"8a2a548b-7570-4080-b662-e3c0fc0d4377","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"}}}