{ "operationId": "getSiteRoutes", "method": "GET", "path": "/sites/{site_id}/routes", "summary": "BigCommerce Get a Site\u2019s Routes", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "data": [ { "id": 1, "type": "product", "matching": "5", "route": "/products?id={id}" }, { "id": 2, "type": "category", "matching": "44", "route": "/category/{slug}" } ], "meta": { "pagination": { "total": 1, "count": 1, "per_page": 50, "current_page": 1, "total_pages": 1 } } } } ] }