Display eBike Details (BES2)
In the previous post we displayed a list of all eBikes associated with the logged-in user. Now let’s load an eBike’s details via the eBike Profile API (eBike System 2) and display them. To do so we need to
- add a separate eBikes details page to display the eBike details
Note that in contrast to the eBike Profile API (Smart System) there is no dedicated endpoint to retrieve the details of a single eBike.

In the next post we will display component details.