The Gridio Connect UI is a lightweight web interface for end users to integrate their electric vehicles with Gridio. It enables secure authentication with OEM platforms, device selection, and optional smart charging setup.
When launched, Gridio Connect UI:
After successful setup:
Before launching the UI, you must retrieve a user-specific access token from Gridio.
⚠️ The generic backend token must not be used on the frontend, as it grants full access across all customers under your
business_id.
Naturally, we do not want to permit a single user’s browser in the uncontrollable front end application to have the same privileges. In order to get that token, you must, with valid backend access token (see Authentication and authorization for details) do the following GET request:
GET <https://api.gridio.energy/api/v1/businesses/{business_id}/customers/token?user_id={user_id}>
business_id is the one provided by Gridiouser_id is your internal user id for this customer.