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
  • phone_lookup
  • Post parameters description is given below,
  1. Business Profile
  2. Lookups

Phone

Phone number lookup is essential for validating the authenticity of phone numbers, ensuring the integrity of user interactions, and complying with regulatory standards. By confirming the legitimacy of phone numbers, this process safeguards against fraudulent activities, enhances data security.

phone_lookup

POST https://secctrl.tutelar.io/api/v1/services/business_profile/phone_lookup

Post parameters description is given below,

Body
Type
Mandatory
Description

phone_number

String

Yes

phone number

Sample Request Body

{
  "country_code": "+91",
  "phone_number": "8428416911"
}
{
  "success": true,
  "code": 200,
  "message": "Lookup details fetched successfully.",
  "status": "completed",
  "reference_id": "e555279d-a1e1-4a4a-9a42-6b46bf4820ee",
  "result": {
    "value": "918428416911",
    "type": "mobile",
    "status": "connected",
    "is_valid": true,
    "is_suspicious_format": false,
    "is_valid_format": true,
    "country_code": "IN",
    "is_ported": true,
    "original_network": "Vodafone - Tamil Nadu",
    "current_network": "JIO - Tamil Nadu",
    "has_whatsapp": true,
    "whatsapp_privacy_status": "private",
    "score": 676,
    "score_cluster": "high",
    "first_ported": "2021-02-17",
    "last_ported": "2021-02-17",
    "ported_times": 1,
    "number_type": "FIXED_LINE_OR_MOBILE",
    "has_flipkart": false,
    "has_telegram": false,
    "has_instagram": false,
    "has_amazon": true,
    "has_google": true,
    "has_office365": true,
    "has_facebook": true,
    "data_breaches_count": 0,
    "has_linkedin": false,
    "has_twitter": true,
    "has_skype": false,
    "phone_partials_count": 0,
    "email_partials_count": 0
  },
  "requested_at": "2023-09-20T13:33:08.174Z",
  "completed_at": "2023-09-20T13:33:09.459Z"
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid phone number",
        "field": "phone_number",
        "code": "BAD_REQUEST"
    }
}
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "8e22a730-b2dc-45b8-8532-91c076ca432c",
    "status": "failed",
    "error": {
        "message": "Phone lookup not found or invalid. Please review the phone number information for accuracy.",
        "code": "ERROR"
    },
    "requested_at": "2024-03-14T11:13:58.757Z",
    "completed_at": "2024-03-14T11:13:58.969Z"
}
PreviousEmailNextBIN

Last updated 8 months ago