Agco Ats
Connector for the agco-ats API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://secure.agco-ats.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
aftermarketservices_getcerts— GET /api/v2/AftermarketServices/Certificates — No Documentation Found.aftermarketservices_getengineiqacodes— GET /api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes — Get injector codes given engine.aftermarketservices_getproductiondata— GET /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData — Get production calibration data for given engine.aftermarketservices_getconnectionstatus— GET /api/v2/AftermarketServices/Hello — Check whether there is connectivity to AGCO Power Web Servicesaftermarketservices_getuserstatus— GET /api/v2/AftermarketServices/UserStatuses — Retrieve the status of an EDT Kit Registration with AGCO Power Web Servicesauthentication_isalive— GET /api/v2/Authentication/IsAlive — Acknowledges the connection to the API
Inputs
apiKey— your agco-ats 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: aftermarketservices_getcerts
apiKey: <your key>