Blowhorn API Documentation
  • Welcome
  • API REFERENCE
    • Authentication
      • Customer Authentication
      • Partner Authentication
    • Orders
      • Shipment Orders
      • Marketplace Orders
      • Cancel Order
      • Order Event
      • Order Event History
      • ETA
      • Delivery Partner Details
      • Order Documents
    • Drivers
      • Available Vehicle Class
      • Driver Availability
      • Payday Loan Eligibility
      • Driver Details
      • Driver Balance
      • Driver Deductions
    • Locations
      • Serviceability
      • Hubs
      • Coverage
      • Location Type
      • Storage Type
      • Location Zone
      • Location
    • WMS Inbound
      • Clients
      • Suppliers
      • Purchase Orders
      • Advance Shipping Notice
      • Goods Receipt Note
    • WMS Outbound
      • Shipping Label
      • Shipping Manifest
    • Inventory
      • Product Group
      • Tracking Level
      • Pack Config
      • SKU
      • Inventory
      • Inventory Transaction
    • Webhooks
      • HMAC Authentication
      • Order Status
      • Trip Status
      • Inventory Status
  • Help
    • FAQ
Powered by GitBook
On this page
  • Driver Details
  • Postman Collection

Was this helpful?

  1. API REFERENCE
  2. Drivers

Driver Details

These set if APIs provide information regarding the the eligibility of the driver to provide service in an area, a particular driver's details, a driver's current balance and a driver's deductions.

Driver Details

GET /api/drivers/detail

Use this api to get the details of the driver by providing the api key and the driver's Id number. It provides some important information even related to the licence, pan, account info, addresses and so on.

Query Parameters

Name
Type
Description

driverId

string

Pass driver ID

Headers

Name
Type
Description

API_KEY

string

Enter the API Key

{
  "status": "PASS",
  "message": {
    "name": "DASHRATH",
    "gender": "male",
    "DOB": "14-01-1992",
    "joining_date": {},
    "contact_no": "+919988776655",
    "father_name": "prasad",
    "marital_status": "Married",
    "educational_detail": "diploma",
    "vehicle_no": "KA53C4042",
    "license": 9860040039,
    "PAN": "AREPD0930D",
    "account_info": {
      "name": "Dashrath",
      "account_no": 9160100366,
      "ifsc_code": "UTIB0002179"
    },
    "permanent_address": {
      "address": "1103, 23 Rd A Cross Rd, Garden Layout, Sector 2, Bengaluru Karnataka 562125 India",
      "city": "Bengaluru",
      "state": "Karnataka",
      "postcode": 562125,
      "country": "India",
      "complete_address": "1103, 23 Rd A Cross Rd, Garden Layout, Sector 2, Bengaluru Karnataka 562125 India Bengaluru Karnataka 562125 India"
    },
    "current_address": {
      "address": "1103, 23 Rd A Cross Rd, Garden Layout, Sector 2, Bengaluru Karnataka 562125 India",
      "city": "Bengaluru",
      "state": "Karnataka",
      "postcode": 562125,
      "country": "India",
      "complete_address": "1103, 23 Rd A Cross Rd, Garden Layout, Sector 2, Bengaluru Karnataka 562125 India Bengaluru Karnataka 562125 India"
    }
  }
}
{
  "status": "FAIL",
  "message": "Driver Details Not Found, you can use api/drivers/drivereligibility?driver_id=17275 api to get detailed information"
}
{
  "status": "FAIL",
  "message": "driverId must be an Integer"
}
{
  "status": "FAIL",
  "message": "Unauthorized"
}
{
  "status": "string",
  "message": "string"
}
{
  "status": "string",
  "message": "string"
}

Postman Collection

We have a Postman collection to make the integration quicker and easier. You can test all our APIs by importing the full API collection through the 'Run in Postman' button and running them in the Postman app.

PreviousPayday Loan EligibilityNextDriver Balance

Last updated 2 years ago

Was this helpful?

Run in Postman