HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Initial Sign Up in Driver App

An EV driver uses the mobile app to register for the charging service.

When an EV driver wants to register for your charging service through your custom mobile app, they enter their personal details in the app (email, first name, last name) and create a login password. Then their details (email, password, name, etc.) are forwarded by the app to a custom backend.

The backend subsequently initiates a POST action, sending the user details to the Public API via the /resources/users endpoint.

In response, the Public API processes the information and sends back a result containing the user's details ({"email":"...","first_name":"...","last_name":"...",...}) to the custom backend.

The custom backend captures this information and saves the user details securely, then it signals the app to display a User Registered Successfully screen, completing the registration process.