Get Shop Schedule
GET
https://api.prod.tireguru.net
/api/v1/settings/shop_hours
query Parameters
filter[shop_id]stringPrimary key of the shop. If not provided, all locations within the company will be included.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
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
query Parameters
filter[shop_id]string · requiredpagenumberPage number to return
pageSizenumberNumber of items to return in a page. Defaults to 10.
sortstringSort by column, can be DESC or ASC. For DESC append a - next to the sort column.
filter[active]booleanDefaults to true
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
dataobject[] · requiredlinksobject · requiredmetaobject · required
Get Shop Info
GET
https://api.prod.tireguru.net
/api/v1/settings/shop_info
query Parameters
filter[shop_id]stringPrimary key of the shop. If not provided, all locations within the company will be included.
with[]string[] · unique
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
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"}}
