GET
/
plans
/
{id}
curl --request GET \
  --url https://api.nomos.energy/plans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Path Parameters

id
string
required
Example:

"pln_1"

Response

200
application/json
Retrieve the plan details

The response is of type object.