F

fieldview.com

FieldView is a digital agriculture platform from Climate LLC/Bayer for farm data, field boundaries, agronomic uploads/exports, and related program enrollment workflows. Its developer site documents partner APIs for accessing field and agronomic data and managing enrollments/experiments.

1 integration · REST

FieldView exposes two documented REST API surfaces on https://platform.climate.com: the current Climate FieldView Platform API and a separate 'Next Versions' API preview; both require a Bearer access token plus an x-api-key. No public GraphQL API, MCP server, or CLI was found.

discovered 2mo ago
REST · OpenAPI1
Credentials
FieldView API keyapi_keyGet key

Apply through Join Us to be onboarded as a partner. The docs state that when you're onboarded to the API platform, your x-api-key is assigned a custom usage plan; the examples and enrollment docs show sending it as the x-api-key header.

FieldView OAuth access tokenbearerGet token

First obtain partner OAuth client credentials through Join Us. Then send users through the OAuth2 authorization-code flow in FieldView OAuth2 Overview: redirect them to https://climate.com/static/app-login/index.html?...&response_type=code&client_id=..., then exchange the returned code at https://api.climate.com/api/oauth/token using HTTP Basic auth with your client ID and secret. Use the returned access_token as Authorization: Bearer ... on API calls. Refresh tokens are also issued from the same flow.

conventions · 0/8 published

Publish these signals → /publishing