HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Login to the Driver App

Describes the login process into the mobile driver app

We don't support client authentication/authorization in our Public API. Instead, we offer token authorization at the admin level, granting access to the data of all users. You are responsible for managing client authentication/authorization on your side. Many of our endpoints come equipped with filters, either direct or indirect, specific to users. You can use these filters to access data related to specific users exclusively.

For the login process, a user enters their email and password into the custom app. This information is then conveyed to the custom backend, which checks these user details for authentication. If the details match an existing record, the custom backend communicates with the app, prompting it to display a User Logged in Successfully screen indicating a successful login.