Welcome! This section will walk you through the initial steps required to integrate with Gridio Connect.


๐Ÿ“ฉ Requesting API Access from Gridio

To get started, request the following credentials by emailing us at [email protected]:


๐Ÿ” Authorizing Your Backend

Once you've received your credentials, your authentication setup should resemble:

(Example credentials only)

Gridio implements an OAuth2-compliant JWT-based authentication flow. Use your client credentials to obtain an access token pair using the OAuth2 client credentials grant.

For full details on token handling, refer to the Authentication and Authorization section.


โš™๏ธ Integrating Your First Device

Once you have a valid JWT token, youโ€™re ready to integrate your first device.

Gridio Connect provides a lightweight web UI component that guides the end user through the device linking flow. This UI prompts the user to select their EV brand and complete the login/authorization steps.

โš ๏ธ For security reasons, you must not use your backend access token with the Gridio Connect UI.

To authorize the UI: