Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to trigger an NPrinting task externally using API's.
Using the JWT authentication token I send a GET request to api/v1/apps endpoint, to get a list of all the apps my user can see in NPrinting.
I get a 403 error.
I tested that the auth token works from browser. But on the api request I get a 403.
Any leads on how to use JWT auth to call any Nprinting API's?
Hi @Congrid
Did you go through the steps in this article already? Also, which version of NPrinting are you using?
https://community.qlik.com/t5/Official-Support-Articles/NPrinting-How-to-configure-and-call-APIs-wit...
Hi @Congrid
Did you go through the steps in this article already? Also, which version of NPrinting are you using?
https://community.qlik.com/t5/Official-Support-Articles/NPrinting-How-to-configure-and-call-APIs-wit...
I have the same issue. It works using the pem files from C:\ProgramData\NPrinting\certificates but it doesnt work with a purchased certificate for production environment.
Version is February 2024 Patch 2
Thanks Damien,
The code snippet in the linked post helped me to test the connectivity with the token. Appreciate it.