Tire Guru
Default module

Inspections

Endpoint:https://api.prod.tireguru.net

Update Parts

PUT
https://api.prod.tireguru.net
/api/v1/repair_orders/{repair_order}/items

Update Partspath Parameters

  • repair_orderstring · required

Update PartsHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Update Parts Request Body

  • itemsobject[] · required
  • signaturestring | integer | boolean | array | object | number | null

Update Parts Responses


Get Inspection Results

GET
https://api.prod.tireguru.net
/api/v1/inspection-results

Get Inspection Resultsquery Parameters

  • filter[shop_id]string
  • filter[vehicle_id]string
  • filter[repair_order_id]string
  • filter[customer_id]string
  • filter[completed_start_date]string
  • filter[completed_end_date]string

Get Inspection ResultsHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get Inspection Results Responses

  • linksobject · required
  • metaobject · required
  • dataobject[] · required

Get Shop Inspection Forms

GET
https://api.prod.tireguru.net
/api/v1/inspections

Get Shop Inspection Formsquery Parameters

  • filter[shop_id]string

Get Shop Inspection FormsHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get Shop Inspection Forms Responses