Tire Guru
Default module

Settings

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

Get Shop Schedule

GET
https://api.prod.tireguru.net
/api/v1/settings/shop_hours

Get Shop Schedulequery Parameters

  • filter[shop_id]string

    Primary key of the shop. If not provided, all locations within the company will be included.

Get Shop ScheduleHeaders

  • 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 Schedule Responses

  • dataobject[]
    Example: {"0":{"id":null,"shop_id":"0","day":5,"start_time":"2024-06-19T08:00:00.000000Z","end_time":"2024-06-19T17:59:59.999999Z"},"1":{"id":null,"shop_id":"0","day":3,"start_time":"2024-06-19T08:00:00.000000Z","end_time":"2024-06-19T17:59:59.999999Z"}}

Get Shop Sources

GET
https://api.prod.tireguru.net
/api/v1/settings/sources

Get Shop Sourcesquery Parameters

  • filter[shop_id]string · required
  • pagenumber

    Page number to return

  • pageSizenumber

    Number of items to return in a page. Defaults to 10.

  • sortstring

    Sort by column, can be DESC or ASC. For DESC append a - next to the sort column.

  • filter[active]boolean

    Defaults to true

Get Shop SourcesHeaders

  • 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 Sources Responses

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

Get Shop Info

GET
https://api.prod.tireguru.net
/api/v1/settings/shop_info

Get Shop Infoquery Parameters

  • filter[shop_id]string

    Primary key of the shop. If not provided, all locations within the company will be included.

  • with[]string[] · unique

Get Shop InfoHeaders

  • 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 Info Responses

  • dataobject[]
    Example: {"0":{"id":null,"shop_id":"0","day":5,"start_time":"2024-06-19T08:00:00.000000Z","end_time":"2024-06-19T17:59:59.999999Z"},"1":{"id":null,"shop_id":"0","day":3,"start_time":"2024-06-19T08:00:00.000000Z","end_time":"2024-06-19T17:59:59.999999Z"}}