Create Invite

This api allows you to onboard your drivers in to our Task mangement app or to your custom developed app easily. let's see how we can do that.

POST https://api.teliver.xyz/v1/invite_user?apikey=Your_Api_Key

Request Body

{  
   "user_id":"your_driver_id",
   "name":"Name",
   "mobile":"mobile_number",
   "email":"email"
}

RESPONSE:

{  
   "message":"Invite Created",
   "success":true,
   "data":{  
      "url":"https://teliver.app.goo.gl/9hkj38u3",
      "invite_code":447081
   }
}

Share the url or invite code to your driver. The url will help the driver to install the Task Mangement app if not installed. If already installed in the device then it will be automatically configured. Your driver can also enter the 6 digit code in the app to onboard.

Last updated