Apps not found AB1034 API, JAVA SDK, JavaScript SDK
-
Hi @djdenish please provide us with your client to further assist you.
-
@admin ok
-
Hi @djdenish we will connect you soon.
-
@admin D108750
-
Hi @djdenish kindly send us your client id.
-
let { SmartAPI, WebSocket } = require("smartapi-javascript"); let smart_api = new SmartAPI({ api_key: "Key Added Here", // PROVIDE YOUR API KEY HERE // OPTIONAL // access_token: "YOUR_ACCESS_TOKEN", // refresh_token: "YOUR_REFRESH_TOKEN" }); smart_api.generateSession("CLIENT_CODE", "PASSWORD") .then((data) => { console.log(data) }) .catch(ex => { console.log("EX::", ex) })
-
This post is deleted! -
@djdenish Can you please provide your code snippet.
-
@mihirk When I am trying to generate a token using my credentials, I am getting the below response:
{ message: 'Apps not found', errorcode: 'AB1034', status: false, data: null }
-
Can you please provide more information? like providing error or exception.