Gsa
Connector for the gsa API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://discovery.gsa.gov - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_contracts_get— GET /api/contracts/ — This endpoint returns contract history from FPDS for a specific vendormetadata_get— GET /api/metadata/ — This endpoint returns metadata for the most recent data loads of SAM and FPDS datalist_naics_get— GET /api/naics/ — This endpoint lists all of the NAICS codes that are relevant to the OASIS family of vehiclesget_vendor_get— GET /api/vendor/{duns} — This endpoint returns a single vendor by their 9 digit DUNS numberlist_vendors_get— GET /api/vendors/ — This endpoint returns a list of vendors filtered by a NAICS code
Inputs
apiKey— your gsa 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: list_contracts_get
apiKey: <your key>