Hi,
Good Morning. How do i get list of all applications. I cant find Applications:Get in LosantAPI node.
Thanks in advance
Hi,
Good Morning. How do i get list of all applications. I cant find Applications:Get in LosantAPI node.
Thanks in advance
That’s because the Losant API Node runs under the permission scope of the current application. An application’s API token is not allowed to request any details about other applications. You’ll have to use the HTTP Node and access the Losant API directly while using a User API token. User tokens can be created directly through the UI:
Applications: Get
endpoint.You can then use the HTTP Node to request https://api.losant.com/applications
. There are filtering options on that endpoint if you want to limit results. Details are here: