{ "opencollection": "1.0.0", "info": { "name": "Guidewire ClaimCenter Accounts Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://login.guidewire.com/oauth/authorize", "accessTokenUrl": "https://login.guidewire.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "List policies", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.guidewire.com/cc/rest/v1/policies", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "policyNumber", "value": "", "type": "query" }, { "name": "product", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of policies accessible to the authenticated user. Supports filtering by policy number, status, product, and effective date range." }, { "info": { "name": "Get policy details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.guidewire.com/cc/rest/v1/policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "Unique policy identifier (PublicID)" } ] }, "docs": "Returns complete policy details including coverages, limits, deductibles, insured parties, and premium information." }, { "info": { "name": "List policy transactions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.guidewire.com/cc/rest/v1/policies/:policyId/transactions", "params": [ { "name": "policyId", "value": "", "type": "path" } ] }, "docs": "Returns all transactions (endorsements, renewals, cancellations) associated with a policy." }, { "info": { "name": "Issue policy from submission", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.guidewire.com/cc/rest/v1/submissions/:submissionId/issue", "params": [ { "name": "submissionId", "value": "", "type": "path" } ] }, "docs": "Issues a bound policy from an approved submission. Returns the new policy number and effective dates." } ] } ], "bundled": true }