{ "opencollection": "1.0.0", "info": { "name": "Address Validation 5103 Waiver Disability Compensation Claims API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Disability Compensation Claims", "type": "folder" }, "items": [ { "info": { "name": "Submits disability compensation claim synchronously (restricted access)", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.va.gov/services/address-validation/{version}/veterans/:veteranId/526/synchronous", "params": [ { "name": "veteranId", "value": "1012667145V762142", "type": "path", "description": "ID of claimant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Automatically establishes a disability compensation claim (21-526EZ) in Veterans Benefits Management System (VBMS). This endpoint synchronously generates a filled and electronically signed 526EZ form and establishes the disability claim in VBMS. The 526EZ form is uploaded asynchronously.\n\nA 202 response indicates the API submission was accepted and the claim was established in VBMS. Check claim status using the GET veterans/{veteranId}/claims/{id} endpoint. The claim status details response will" }, { "info": { "name": "Validates a 526 claim form submission.", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.va.gov/services/address-validation/{version}/veterans/:veteranId/526/validate", "params": [ { "name": "veteranId", "value": "1012667145V762142", "type": "path", "description": "ID of claimant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validates a request for a disability compensation claim submission (21-526EZ).\nThis endpoint can be used to test the request parameters for your /526 submission.\n" }, { "info": { "name": "Returns filled out 526EZ form as PDF with minimum validations (restricted access)", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox-api.va.gov/services/address-validation/{version}/veterans/:veteranId/526/generatePDF/minimum-validations", "params": [ { "name": "veteranId", "value": "1012667145V762142", "type": "path", "description": "ID of claimant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a filled out 526EZ form for a disability compensation claim (21-526EZ).\n\nThis endpoint can be used to generate the PDF based on the request data in the case that the submission was not able to be successfully auto-established. The PDF can then be uploaded via the [Benefits Intake API](https://developer.va.gov/explore/api/benefits-intake) to digitally submit directly to the Veterans Benefits Administration's (VBA) claims intake process.\n" } ] } ], "bundled": true }