openapi: 3.0.3 info: title: Great American Insurance - Claims version: 1.0.0 paths: /api/endpoints: get: tags: - endpoints responses: '200': description: OK /api/docs: post: tags: - docs responses: '200': description: OK /api/synthetic: get: tags: - synthetic responses: '200': description: OK /api/reportPayment: post: tags: - post responses: '200': description: OK /api/riskReport: post: tags: - post responses: '200': description: OK /api/serviceProvider/address/create: post: tags: - post responses: '200': description: OK /api/serviceProvider/address/search: post: tags: - post responses: '200': description: OK /api/serviceProvider/address/update: post: tags: - post responses: '200': description: OK /api/serviceProvider/create: post: tags: - post responses: '200': description: OK /api/serviceProvider/search: post: tags: - post responses: '200': description: OK /api/serviceProvider/update: post: tags: - post responses: '200': description: OK /api/fnol/create: post: tags: - post responses: '200': description: OK /api/fnol/update: patch: tags: - patch responses: '200': description: OK /api/fnol/submission: get: tags: - get responses: '200': description: OK /api/fnol/submit: put: tags: - put responses: '200': description: OK /api/paymentFeedback: post: tags: - post responses: '200': description: OK