CNH · OAuth Scopes

CNH OAuth Scopes

OAuth 2.0 derived

CNH 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 CNH API on a user’s behalf.

Tokens are issued from https://develop.cnh.com/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.

AgricultureConstructionTelematicsEquipmentFieldOps
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://develop.cnh.com/oauth/authorize
Token URL
https://develop.cnh.com/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
equipment Access equipment metadata authorizationCode
farm Access farm setup authorizationCode
prescriptions Send prescription Rx files authorizationCode
telemetry Access vehicle telemetry data authorizationCode
webhooks Manage webhook subscriptions authorizationCode

Source

OAuth Scopes

cnh-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cnh-fieldops-openapi.yml
schemes:
- name: oauth2
  source: openapi/cnh-fieldops-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://develop.cnh.com/oauth/authorize
    tokenUrl: https://develop.cnh.com/oauth/token
scopes:
- scope: equipment
  description: Access equipment metadata
  flows:
  - authorizationCode
  sources:
  - openapi/cnh-fieldops-openapi.yml
- scope: farm
  description: Access farm setup
  flows:
  - authorizationCode
  sources:
  - openapi/cnh-fieldops-openapi.yml
- scope: prescriptions
  description: Send prescription Rx files
  flows:
  - authorizationCode
  sources:
  - openapi/cnh-fieldops-openapi.yml
- scope: telemetry
  description: Access vehicle telemetry data
  flows:
  - authorizationCode
  sources:
  - openapi/cnh-fieldops-openapi.yml
- scope: webhooks
  description: Manage webhook subscriptions
  flows:
  - authorizationCode
  sources:
  - openapi/cnh-fieldops-openapi.yml