API Reference
cURL
curl --request GET \ --url https://api.nomos.energy/plans \ --header 'Authorization: Bearer <token>'
{ "object": "list", "items": [ { "object": "plan", "id": "pln_bn1sny3aczwq5jkz8xcf4klf", "name": "Nomos Friends & Family", "slug": "nomos", "description": "A plan for friends and family", "price": 10.99, "currency": "EUR", "created_at": "2021-01-01T00:00:00.000Z" } ] }
Retrieve all plans
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Retrieve the plan details
list
Show child attributes
plan
Unique identifier of the plan.
"pln_bn1sny3aczwq5jkz8xcf4klf"
Name of the plan.
"Nomos Friends & Family"
Unique slug of the plan. Used to generate the [slug].checkout.energy or [slug].customerportal.energy url.
"nomos"
Description of the plan.
"A plan for friends and family"
Monthly base fee charged excl. grid and metering operator fees, as well as taxes and levies. Includes VAT.
10.99
Currency of the fees.
"EUR"
Date and time when the plan was created.
"2021-01-01T00:00:00.000Z"
Was this page helpful?