Tekmetric
Tekmetric is a cloud-based auto repair shop management platform (digital vehicle inspections, estimates, repair orders, inventory, job/technician tracking, and customer communication). Tekmetric operates a partner-gated REST API - access requires requesting credentials at api.tekmetric.com and waiting for Tekmetric's approval (no self-serve signup or public API reference); approved partners authenticate with OAuth 2.0 client credentials against a sandbox or production base URL and read shop, customer, vehicle, repair order, job, employee, appointment, canned job, and inventory data.
APIs
Tekmetric Shops API
Lists the shop (location) records an approved OAuth client is scoped to, and retrieves a single shop's hours, labor rates, and settings by ID.
Tekmetric Customers API
Lists and searches customers by name, email, or phone within a shop, and retrieves a single customer's contact info, addresses, and marketing/accounts-receivable flags by ID.
Tekmetric Vehicles API
Lists and searches a shop's vehicles by VIN, license plate, make/model, or owning customer, and retrieves a single vehicle by ID.
Tekmetric Repair Orders API
Lists and filters repair orders by status, date, repair order number, customer, or vehicle, and retrieves a single repair order by ID, including totals and workflow status.
Tekmetric Jobs API
Lists and filters the individual jobs (services) within repair orders by vehicle, customer, repair order, authorization state, or status, and retrieves a single job with its lab...
Tekmetric Employees API
Lists a shop's employees (technicians and staff) and retrieves a single employee by ID.
Tekmetric Appointments API
Lists and filters a shop's scheduled appointments by date, customer, or vehicle, and retrieves a single appointment by ID.
Tekmetric Inventory API
Lists a shop's parts inventory, filterable by part type and tire attributes (ratio, diameter), including stock levels.
Tekmetric Canned Jobs API
Lists a shop's canned jobs - pre-built menu services bundling standard labor and parts (for example, a smart or regular canned job for an oil change) - available to apply to est...