C
Climate FieldView Platform API
Details
- URL
-
https://platform.climate.com - Spec
- https://dev.fieldview.com/openapi/platform.yaml
- Docs
- https://dev.fieldview.com/technical-documentation
Authentication
FieldView OAuth access token
Authorization: Bearer <credential> + FieldView API key x-api-key: <credential> discovered 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.