Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tekmetric Repair Orders API

Estimates and invoices tracking a vehicle's work.

Tekmetric Repair Orders API is one of 9 APIs that Tekmetric publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Repair Orders. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against 2 base URLs: https://shop.tekmetric.com/api/v1, https://sandbox.tekmetric.com/api/v1.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://shop.tekmetric.com/api/v1
Authentication
OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 1

Tekmetric Repair Orders API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 client credentials grant. Requires an approved Client ID/Secret issued by Tekmetric after a manual request-access review (reported at roughly 2-3 wee…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Repair Orders 2

Estimates and invoices tracking a vehicle's work.

GET
/repair-orders
List or filter repair orders
listRepairOrders 7 params → 200401
GET
/repair-orders/{id}
Get a repair order
getRepairOrder 1 param → 200401404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are RepairOrder (10 properties), Page (7 properties). Each schema is shown below with its type and property counts.

Page
object
Spring Data Page envelope used by all list endpoints.
7 properties
Currency
number
Monetary value in dollars (Tekmetric stores cents internally).
RepairOrderPage
RepairOrder
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tekmetric-repair-orders-api-openapi.yml Raw ↑

Other APIs Tekmetric publishes across the network.

Tekmetric Appointments API
Tekmetric Canned Jobs API
Tekmetric Customers API
Tekmetric Employees API
Tekmetric Inventory API
Tekmetric Jobs API
Tekmetric Shops API
Tekmetric Vehicles API