Developer
    Verification API
    • Account
    • Verification API
    • Recharge API
    • PAYOUT API
    • Operator Lookup API
    • Mobile Tariff Plans
    • Utility Bill Pay API
    • Gift Card/ Brand Voucher API
    • webhook/callback
    • Recharge Validation API
    • Flight Booking API
    • Bus Booking API
    • Credit Card Bill API
    • CREDIT CARD TO BANK API
    • Virtual Account
    • UPI COLLECTION
    • UPI INTENT LINK
    • Traffic E-Challan
    • Digital Gold API
    • Credit Score | CIBIL Score API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST

      licesnce

      POST
      https://api.wepego.com/verification/license

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.wepego.com/verification/license' \
      --header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
      --header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
      --header 'Content-Type: application/json' \
      --data '{
          "id_number": "WB***114******",
          "dob": "{{date_of_birth_:_exp:_year-month-date}}"
      }'
      Response Response Example
      {
        "data": {
          "client_id": "license_mLgZcvhPTiDNhsy",
          "license_number": "WB**1400**2",
          "state": "West Bengal",
          "name": "NAME",
          "permanent_address": "",
          "permanent_zip": "",
          "temporary_address": "",
          "temporary_zip": "",
          "citizenship": "IND",
          "ola_name": "",
          "ola_code": "WB95",
          "gender": "M",
          "father_or_husband_name": "",
          "dob": "",
          "doe": "",
          "transport_doe": "1800-01-01",
          "doi": "2014-12-24",
          "transport_doi": "1800-01-01",
          "profile_image": "",
          "has_image": true,
          "blood_group": "Unknown   ",
          "vehicle_classes": [
            "MCWG",
            "LMV"
          ],
          "less_info": false,
          "additional_check": [],
          "initial_doi": "2014-12-24",
          "current_status": "Active"
        },
        "status_code": 200,
        "success": true,
        "message": null,
        "message_code": "success",
        "result": 0,
        "msg": "success"
      }
      Modified at 2026-08-29 13:16:25
      Previous
      bank
      Next
      passport
      Built with