Tutelar API Stack
  • Introduction
  • Fraud Detection Monitoring
    • Create Transaction
    • Notify Transaction
    • Chargeback Transaction
    • Refund Transaction
  • MERCHANT ONBOARDING
    • Client Types
    • Entity Types
    • MCC Lists
    • Reseller Lists
    • Onboarding
    • Onboarding - KYC
    • Onboarding - Web Crawling
    • Onboarding - AML
    • Onboarding - NDI
  • KYC Verification
    • Document Verification
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • GST Number
        • Passport
        • Shop License
        • FSSAI
        • MCA
        • Voter Id
        • Pan Gst Link
        • ROC IEC
        • DIN
        • Udyam Aadhaar
        • Pan Card Comprehensive
        • Name Compare
        • GST Advanced
        • Aadhar with Otp
        • Phone Name Attributes
        • Pan Card Lite
    • Document Extraction
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • Voter Id
        • GST Certificate
        • Passport
    • Assets Verification
      • 🇮🇳India
        • Bank Account
        • Bank Verfication Pennyless
        • Bank Account Details Using VPA
        • Mobile to UPI Advance
        • Mobile to UPI Basic
        • Mobile To UAN
        • E-Challan Details
        • Vehicle RC Lite
        • Vehicle RC
        • UAN Advance
    • Face and Document Verification
      • Onsite Verification
      • Face Match
      • Selfie Validation
  • DATA REPOSITORY
    • Search API
  • Business Profile
    • Lookups
      • Email
      • Phone
      • BIN
      • IP
    • Credibility Check
    • Corporate Check
      • Comprehensive Details
    • AML And PEP
    • Court And FIR
    • Cybersafe
  • AML SEARCH
    • Search
    • Search Details
    • Search Details PDF
    • Decision Making
    • Decision Details
  • WEB CRAWLING
    • Initiate Crawl API
    • Status Check API
    • Result API
    • List API
  • Disputes
    • Create Dispute
    • Update Dispute
    • Dispute Details
    • Dispute Level Change
    • Dispute Won
    • Dispute Loss
    • Dispute Reopen
  • MOBILE SDK INTEGRATIONS
    • Android SDK
    • Flutter SDK
    • iOS SDK
  • CLIENT SIDE INTEGRATIONS
    • Javascript Integration
    • Tutelar Error Code
Powered by GitBook
On this page
  • Search Data Repository Value
  • Country.
  1. DATA REPOSITORY

Search API

Search Data Repository Value

GET https://secctrl.tutelar.io/api/v1/data_repository/check/:field

Path Parameters

Name
Type
Description

field*

String

Enter field key based on module.

ex: cd_aadhaar_number Note: Check available field list below.

Query Parameters

Name
Type
Description

value*

String

Your Search Value

{
    "success": true,
    "status_code": 200,
    "message": "Value successfully checked in data repository.",
    "data": {
        "reference_id": "3bf7184e-bdd9-4bd4-9bfd-c0e37afa8f5a",
        "result": {
            "available_status": "SUCCESS",
            "aadhaar_number": "765665676675",
            "data_category": "black",
            "file_name": "",
            "description": "",
            "tag": "Frequent COD return",
            "added_reason": "Card Skimming",
            "source": "",
            "age": 0,
            "added_at": "2023-08-22T09:41:31.230Z"
        },
        "requested_at": "2023-09-20T13:36:35.974Z",
        "completed_at": "2023-09-20T13:36:36.004Z"
    }
}

Sample Query Parameter

Query
Type
Mandatory
Description

value

String

Yes

Search value

Sample Response

{
    "success": true,
    "code": 200,
    "message": "Value successfully checked in data repository.",
    "data": {
        "reference_id": "3bf7184e-bdd9-4bd4-9bfd-c0e37afa8f5a",
        "result": {
            "available_status": "SUCCESS",
            "aadhaar_number": "765665676675",
            "data_category": "black",
            "file_name": "",
            "description": "",
            "tag": "Frequent COD return",
            "added_reason": "Card Skimming",
            "source": "",
            "age": 0,
            "added_at": "2023-08-22T09:41:31.230Z"
        },
        "requested_at": "2023-09-20T13:36:35.974Z",
        "completed_at": "2023-09-20T13:36:36.004Z"
    }
}

Fields Id List

Financial Data

  1. cd_account_holder_name

  2. cd_account_number

Company Data

  1. cd_aadhaar_number

  2. cd_address

  3. cd_authorized_signatory

  4. cd_business_pan

  5. cd_company_name

  6. cd_registration_number

  7. cd_email_address

  8. cd_gst_or_tax_number

  9. cd_mobile_number

  10. cd_trade_name

  11. cd_website_url

Individual Data

  1. id_address

  2. id_card_hash

  3. id_customer_name

  4. id_device_id

  5. id_email_address

  6. id_ip_address

  7. id_mobile_number

  8. id_postal_code

  9. id_bin

  10. id_email_domain

Country.

PreviousSelfie ValidationNextLookups

Last updated 1 year ago