Climate FieldView · OAuth Scopes

Climate FieldView OAuth Scopes

OAuth 2.0 derived

Climate FieldView publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Climate FieldView API on a user’s behalf.

Tokens are issued from https://api.climate.com/api/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AgricultureBayerCrop DataField BoundariesHarvestOAuth2PlantingPrecision Ag
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.climate.com/api/oauth/authorize
Token URL
https://api.climate.com/api/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
fields:read Read field boundaries and metadata authorizationCode
imagery:read Read satellite imagery layers authorizationCode
layers:read Read activity layer data authorizationCode
layers:write Upload activity layer data authorizationCode
soilsampling:read Read soil sampling results authorizationCode

Source

OAuth Scopes

climate-fieldview-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/climate-fieldview-platform-openapi.yml
schemes:
- name: oauth2
  source: openapi/climate-fieldview-platform-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.climate.com/api/oauth/authorize
    tokenUrl: https://api.climate.com/api/oauth/token
  description: OAuth 2.0 authorization for Climate FieldView API
scopes:
- scope: fields:read
  description: Read field boundaries and metadata
  flows:
  - authorizationCode
  sources:
  - openapi/climate-fieldview-platform-openapi.yml
- scope: imagery:read
  description: Read satellite imagery layers
  flows:
  - authorizationCode
  sources:
  - openapi/climate-fieldview-platform-openapi.yml
- scope: layers:read
  description: Read activity layer data
  flows:
  - authorizationCode
  sources:
  - openapi/climate-fieldview-platform-openapi.yml
- scope: layers:write
  description: Upload activity layer data
  flows:
  - authorizationCode
  sources:
  - openapi/climate-fieldview-platform-openapi.yml
- scope: soilsampling:read
  description: Read soil sampling results
  flows:
  - authorizationCode
  sources:
  - openapi/climate-fieldview-platform-openapi.yml