Climate
Connector for the climate API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://platform.climate.com - Auth:
header:X-Api-Key(pass your key via theapiKeyinput)
Operations
fetchboundarybyid— GET /v4/boundaries/{boundaryId} — Retrieve a Boundary by IDfetchexportcontentsbyid— GET /v4/exports/{exportId}/contents — Retrieve the binary contents of a processed export request.fetchexportstatusbyid— GET /v4/exports/{exportId}/status — Retrieve the status of an Export.fetchfarmorganizationbytypeandid— GET /v4/farmOrganizations/{farmOrganizationType}/{farmOrganizationId} — Retrieve a specific farm organization by organization type and IDfetchfields— GET /v4/fields — Retrieve list of Fieldsfetchallfields— GET /v4/fields/all — Retrieve list of all Fields the user has access to.
Inputs
apiKey— your climate 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: fetchboundarybyid
apiKey: <your key>