Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Login - client ip , local ip , mac address

    General Discussion
    0
    1
    9
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kb4 last edited by

      Hi

      I am writing a script for multiple users using a single web app by logging in with their client id , password , api key and otp. Therefore the workflow should be dynamic. I am struggling with the understanding of why public and local ip and mac address is required? and if its okay to have a same ips for all?

      If not,

      • Is there a way where I can provide generic / Dynamic parameters values? (Client local ip, public ip and mac address)

      • Or is there any provision that If in case I remove these parameters the api request will still be successful?

      The parameters used are in the below header
      API Doc link - LINK

      Tech Stack - Google Apps Script , Javascript
      headers : {
      'Content-Type': 'application/json',
      'Accept': 'application/json',
      'X-UserType': 'USER',
      'X-SourceID': 'WEB',
      'X-ClientLocalIP': 'CLIENT_LOCAL_IP',
      'X-ClientPublicIP': 'CLIENT_PUBLIC_IP',
      'X-MACAddress': 'MAC_ADDRESS',
      'X-PrivateKey': 'API_KEY'
      }

      @admin @admin123 @adminatkremlin @admintrav @administrators kindly help
      Any help or leads are appreciated

      1 Reply Last reply Reply Quote 0
      • First post
        Last post