Retrieve Data via REST calls (BES2)
Up until now we have retrieved and displayed data generated with a Bosch-powered eBike with Smart System (generation 3). Let’s do the same for Bosch eBike System 2 (generation 2) to make our web app useful for even more users.
First of all we need to register for eBike Connect which can be done via https://www.ebike-connect.com/registration.

After we have done so we can
that we have created in an earlier post by the new endpoints.
Note: As pointed out in the API documentation it is crucial to add the query parameter kc_idp_hint=ebike-connect to the authentication request.
In the next post we will integrate the authentication for eBike Connect into our web app.