GridX website screenshot

GridX

GridX Inc. (Walnut Creek, California) is the Enterprise Rate Platform for modern utilities. Its cloud-based Rate Engine replicates utility billing-system (CIS) bill calculations to design, measure, implement, and bill advanced rates and programs. GridX exposes a partner/enterprise developer API (the Calculate / Empower APIs) for rate calculation, pricing retrieval, customer info/usage, bill and cost analysis, and OpenADR demand-response program subscriptions, currently documented for specific utility deployments (e.g., PG&E, SCE).

4 APIs 0 Features
EnergyUtilitiesRate EngineBillingRate Analytics

APIs

GridX Rate Engine API

Cloud-based Rate Engine that replicates utility CIS bill calculations. The documented Pricing API returns historical, current, and forecasted dynamic prices (generation and dist...

GridX Bill Calculation API

GridX Calculate accurately calculates bills based on tariff, contract, rider, option, and tax rules, with real-time rate analysis and the ability to apply modifiers to simulate ...

GridX Rate Analytics API

GridX Empower is a set of rate, cost, and bill analysis APIs that deliver personalized insights to engagement channels (MyAccount, portals, mobile, IVR, call center). Categories...

GridX OpenADR Programs API

OpenADR-aligned API for demand-response programs - list available programs and create, retrieve, and delete program subscriptions - secured with a separate token-authentication ...

Collections

Pricing Plans

Gridx Plans Pricing

1 plans

PLANS

Rate Limits

Gridx Rate Limits

3 limits

RATE LIMITS

FinOps

Gridx Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: GridX Enterprise Rate Platform API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Get Token
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/token
    docs: Returns a JWT bearer token (valid ~1 hour) used to authorize Customer Information and Usage requests.
- info:
    name: Customer
    type: folder
  items:
  - info:
      name: Get Customer Info
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/customer/info
    docs: 'Returns account attributes: contractId, customerUuid, meterAccountId, rateCode, voltageClass, circuitId, hasCca,
      cca. Requires Authorization, X-Contract-Id, X-Customer-Uuid headers.'
  - info:
      name: Get Customer Usage
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/customer/usage?start=2024-07-01T00:00:00Z&end=2024-07-02T00:00:00Z
    docs: Returns interval usage payloads (CONSUMPTION, GENERATION, BASELINE_CONSUMPTION, BASELINE_GENERATION) for a date
      range.
- info:
    name: Pricing
    type: folder
  items:
  - info:
      name: Get Pricing
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/getPricing?utility=PGE&market=&program=&startdate=&enddate=&ratename=&representativeCircuitId=&cca=
    docs: Returns historical, current, or forecasted dynamic prices with per-interval generation and distribution components.
      Documented for PG&E and SCE.
- info:
    name: OpenADR
    type: folder
  items:
  - info:
      name: Get Programs
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/programs
    docs: Lists available OpenADR demand-response programs.
  - info:
      name: Get Subscriptions
      type: http
    http:
      method: GET
      url: https://pge-pe-api.gridx.com/v1/subscriptions
    docs: Retrieves existing OpenADR program subscriptions.
  - info:
      name: Create Subscription
      type: http
    http:
      method: POST
      url: https://pge-pe-api.gridx.com/v1/subscriptions
      body:
        type: json
        data: '{}'
    docs: Creates an OpenADR demand-response program subscription.
  - info:
      name: Delete Subscription
      type: http
    http:
      method: DELETE
      url: https://pge-pe-api.gridx.com/v1/subscriptions
    docs: Removes an OpenADR program subscription.