Va Benefits
Connector for the va-benefits API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox-api.va.gov/services/vba_documents/v1 - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
getbenefitsdocumentuploadstatus— GET /uploads/{id} — Get status for a previous benefits document uploadgetbenefitsdocumentuploaddownload— GET /uploads/{id}/download — Download zip of "what the server sees"putbenefitsdocumentupload— PUT /path — Accepts document upload.postbenefitsdocumentupload— POST /uploads — Get a location for subsequent document upload PUT requestgetbenefitsdocumentuploadstatusreport— POST /uploads/report — Get a bulk status report for a list of previous uploadspostbenefitsdocumentuploadvalidatedocument— POST /uploads/validate_document — Validate an individual document against system file requirements
Inputs
apiKey— your va-benefits API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getbenefitsdocumentuploadstatus
apiKey: <your key>