{ "opencollection": "1.0.0", "info": { "name": "Tekmetric Appointments Vehicles API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://shop.tekmetric.com/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "List or search vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://shop.tekmetric.com/api/v1/vehicles", "params": [ { "name": "shop", "value": "", "type": "query", "description": "The shop ID to scope the request to." }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page number." }, { "name": "size", "value": "", "type": "query", "description": "Page size." }, { "name": "search", "value": "", "type": "query", "description": "Free-text search across VIN, license plate, and make/model." }, { "name": "customerId", "value": "", "type": "query" } ] }, "docs": "Lists a shop's vehicles, optionally filtered by a search term (VIN, license plate, make/model) or owning customer." }, { "info": { "name": "Get a vehicle", "type": "http" }, "http": { "method": "GET", "url": "https://shop.tekmetric.com/api/v1/vehicles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieves a single vehicle by ID." } ] } ], "bundled": true }