Applications list

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:

  1. Click you profile image in lower left corner
  2. Click My Account
  3. Click User API Tokens
  4. Click the Add User Token Button
  5. You can leave the permissions default (All Permissions) or scope it to the individual 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: