GET
/
plans
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",
      "description": "A plan for friends and family",
      "price": 10.99,
      "currency": "EUR",
      "created_at": "2021-01-01T00:00:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Retrieve the plan details
object
enum<string>
required
Available options:
list
items
object[]
required