Notifo Create Token

Hello,

We are starting to implement Notifo.
We want to generate the user token so the client component (custom component) can request the API securely.

We also want to generate a token with admin permissions inside the APP. We need to securely create users, topics, and events through the API.

We couldn’t find the endpoints for it. If it’s documented anywhere, let me know.

Best Regards,
Henrique Melo

Awesome. The documentation is really bad, but it is used in production. So the API is there:

There is also a .NET SDK in Nuget.

It could be interesting to have a look to the api tests as well: https://github.com/notifo-io/notifo/tree/main/tools/TestSuite/TestSuite.ApiTests

The API tokens should be on the start page of your app.

1 Like