Feel like a fool for asking this as the answer should be obvious but unfortunately it evades me…
I’ve got the following 2 experience workflows:
One workflow GETS a list of devices based on an advanced query and then replies with the id and serialNumber of each device that the query found.
A second workflow POSTS a serialNumber, runs a test and updates the device’s tags with two values.
The challenge is that I would like to access the results of each of these workflows in a C# application for internal use and would prefer to NOT have a user attached to the API calls.
The Bearer Token functionality works to gain access to the Losant API but am not finding success in triggering custom workflows from outside of Losant without an email / password.
Have tried making calls with Postman and from the C# Application. I can make this work if choosing All public users / custom authentication but was hoping to select Any authenticated user and attaching a token to the call for access.
In summary… Is there a way to trigger a custom experience workflow and send the reply as a result in an API call from outside of Losant without an email / password and preferably with some sort of token authentication?
Thanks