Driver App
Auth
POSTLogin
{{api_url}}/driver/auth/gettoken
Login user and get the token
Bodyformdata
email
password
POSTRegister
{{api_url}}/driver/auth/register
Login user and get the token
Bodyformdata
name
email
phone
password
GETGet user data
{{api_url}}/driver/auth/data?api_token={{driver_api_token}}
Get current user logged in data
PARAMS
api_token
GETMake Driver Online
{{api_url}}/driver/auth/driveronline?api_token={{driver_api_token}}
Login user and get the token
PARAMS
api_token
Loading