C

Climate FieldView Platform API

REST discovered

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
FieldView OAuth access token bearer Get 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.

FieldView API key api_key Get 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.