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

IP

IP address lookup empowers with vital information about the origin, behavior, and geolocation of internet traffic. By analyzing IP addresses, this tool enhances network security, facilitates geotargeting strategies, and enables informed decision-making in various online activities.

ip_lookup

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

Post parameters description is given below,

Body
Type
Mandatory
Description

ip_address

String

Yes

IP Address

Sample Request Body

{
  "ip_address": "255.255.0.0"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "007be974-a37c-4dc9-a39f-0cfd17452840",
    "status": "completed",
    "result": {
        "city": {
            "geo_id": 1264527,
            "name": "Chennai"
        },
        "continent": {
            "geo_id": 6255147,
            "code": "AS",
            "name": "Asia"
        },
        "country": {
            "geo_id": 1269750,
            "iso_code": "IN",
            "name": "India"
        },
        "location": {
            "accuracy_radius": 5,
            "latitude": 12.8996,
            "longitude": 80.2209,
            "time_zone": "Asia/Kolkata"
        },
        "postal_code": "600002",
        "registered_country": {
            "geo_id": 1269750,
            "iso_code": "IN",
            "name": "India"
        },
        "subdivisions": [
            {
                "geo_id": 1255053,
                "iso_code": "TN",
                "name": "Tamil Nadu"
            }
        ]
    },
    "requested_at": "2024-03-14T11:09:20.804Z",
    "completed_at": "2024-03-14T11:09:21.213Z"
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid IP Address",
        "field": "ip_address",
        "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": "IP lookup not found or invalid. Please review the ip address information for accuracy.",
        "code": "ERROR"
    },
    "requested_at": "2024-03-14T11:13:58.757Z",
    "completed_at": "2024-03-14T11:13:58.969Z"
}
PreviousBINNextCredibility Check

Last updated 1 year ago