Public
Documentation Settings

Driver App

Auth

POSTLogin

{{api_url}}/driver/auth/gettoken

Login user and get the token

Bodyformdata
email

{{driver_email}}

password

{{driver_password}}

POSTRegister

{{api_url}}/driver/auth/register

Login user and get the token

Bodyformdata
name

JOHN DOE

email

john@example.com

phone

123456789121

password

123456789

GETGet user data

{{api_url}}/driver/auth/data?api_token={{driver_api_token}}

Get current user logged in data

PARAMS
api_token

{{driver_api_token}}

GETMake Driver Online

{{api_url}}/driver/auth/driveronline?api_token={{driver_api_token}}

Login user and get the token

PARAMS
api_token

{{driver_api_token}}

Loading