API Reference v3 (Preview)
cURL
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 }
Retrieve all grid fee reductions for the organization. Customer users will only see their own.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
list
Show child attributes
Was this page helpful?