Generating Bearer token Notifo

Hello Sebastian,

I currently need to use a notification system in an app, and Notifo seems a great choice, however I´m having difficulties generating de bearer token for using in https://notifo.easierlife.com API.
I can query and use the API if I copy the Bearer token header from “https://app.notifo.io” and paste it in a script.

After some digging I found this route “https://app.notifo.io/connect/token” can give me the token however I cant send this through a script because the header values always change.

Is it possible to generate the Bearer token using your API and if so how?

Best Regards,
Tiago Marante

Hi,

you do not need an bearer token. Just use the api key from the start page of your app:

And set it as ApiKey property. If you use .NET, there is also an SDK in nuget.