Authenticate to the Climate FieldView API via OAuth2 and call FieldView partner endpoints.

domain: dev.fieldview.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Join the FieldView platform to get a client_id/client_secret and an onboarding-issued X-Api-Key
  2. Redirect the user to https://climate.com/static/app-login/index.html with scope, response_type=code, redirect_uri, client_id
  3. After the user authenticates and allows access, exchange the returned code via POST application/x-www-form-urlencoded to https://api.climate.com/api/oauth/token, with Authorization: Basic base64(client_id:client_secret)
  4. Call FieldView APIs with Authorization: Bearer {access_token} and the X-Api-Key header on every request
  5. Refresh at/before the 4-hour access token expiry using grant_type=refresh_token against the same /token endpoint
  6. Rotate the (single-use, 30-day) refresh token at least every 30 days to avoid forcing the user to log in again

Known gotchas

Related routes

Authenticate to a OneRoster 1.2 REST provider with OAuth 2.0 client credentials and select the correct per-endpoint scopes.
imsglobal.org · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans