Hi,
what exactly is your problem? To send a proper POST request or to parse a response using received token?
------------------------------
If you find the answer helpful, please click on the RECOMMEND button.
Please visit my blog to get more information:
https://clouddepth.com------------------------------
Original Message:
Sent: Jan 20, 2026 05:05 AM
From: Thorlund
Subject: JWT - How to get token and do REST
Hello,
I need to connect to anendpoint via REST, which only supports JWT (JSON Web Token). I simply can't get it to work. I have my JSON details (private_key_id, private_key, token_uri etc). I understand I need to create a header and a claim which are to be base64 encoded. I believe I do the encoded correctly via a Python action... But what then?...
Is anyone using JW, who can can guide me how to do it? I don't seem to find any information about this.
Thanks, and regards, K
-------------------------------------------