Complete the UtilityAPI customer authorization onboarding flow to obtain an Authorization object and its associated meters for a new customer.

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

Steps

  1. Create an API token in account Settings and send it as Authorization: Bearer <TOKEN> on all API v2 calls (base URL https://utilityapi.com/api/v2/).
  2. Create a hosted authorization Form via POST /api/v2/forms (Forms are built from a Template object); the response returns a Form uid and a hosted url.
  3. Send or embed the Form's url to the customer so they can log in to their utility account and grant data-sharing consent; for testing, use POST /api/v2/forms/{uid}/test-submit with a DEMO utility instead of a real customer.
  4. On completion, the customer is redirected with a referral query parameter (test-submit returns this value directly in its JSON response).
  5. Call GET /api/v2/authorizations?referrals={referral}&include=meters to retrieve the resulting Authorization object (with its own uid) plus the Meter object(s) it grants access to.
  6. Activate the returned meter uid(s) via POST /api/v2/meters/historical-collection to begin collecting data, then poll GET /api/v2/meters/{uid} until status is updated and bill_count is greater than zero.

Known gotchas

Related routes

Pull customer utility bill and interval meter data from UtilityAPI with customer authorization
utilityapi.com · 5 steps · unrated
Consume UtilityAPI meter data-ready webhooks and handle asynchronous data delivery for authorized meters
utilityapi.com · 6 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