Skip to main content
GET
/
grid-fee-reductions
Get all grid reductions
curl --request GET \
  --url https://api.nomos.energy/grid-fee-reductions \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "items": [
    {
      "object": "grid_fee_reduction",
      "id": "prdo_psd21q63zz3lgt9bhj8xt7ga",
      "subscription": "sub_dv8nel7xjhcqs9yblk05alu8",
      "type": "enwg-14a-module-1",
      "status": "intended",
      "valid_from": "2024-03-14T12:00:00Z",
      "valid_until": "2024-03-14T12:00:00Z",
      "created_at": "2024-03-14T12:00:00Z",
      "updated_at": "2024-03-14T12:00:00Z"
    }
  ],
  "next_page": "<string>",
  "has_more": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Retrieve all grid fee reductions for the organization. Customer users will only see their own.

object
enum<string>
required
Available options:
list
items
object[]
required
next_page
string | null
has_more
boolean
default:false