Va Forms
Connector for the va-forms 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/va_forms/v0 - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
findforms— GET /forms — Returns all VA Forms and their last revision datefindformbyformname— GET /forms/{form_name} — Find form by form name
Inputs
apiKey— your va-forms 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: findforms
apiKey: <your key>