openapi: 3.0.3 info: title: Great American Insurance - Rating version: 1.0.0 paths: /api/endpoints: get: tags: - endpoints responses: '200': description: OK /api/docs: post: tags: - docs responses: '200': description: OK /api/manuscriptId: post: tags: - post responses: '200': description: OK /api/products: post: tags: - post responses: '200': description: OK /api/rate: post: tags: - post responses: '200': description: OK /api/quote: post: tags: - post responses: '200': description: OK /api/quotes: post: tags: - post responses: '200': description: OK /api/taxes: post: tags: - post responses: '200': description: OK /api/synthetic: get: tags: - synthetic responses: '200': description: OK servers: - url: https://prod01.api.gaig.com/rating description: PROD — base URL published on the Great American Carrier Services API documentation page - url: https://uat01.api.gaig.com/rating description: UAT - url: https://dev01.api.gaig.com/rating description: DEV