Hello,
How do I download my organization’s JWT private key for backend API authentication? I must have the full PEM private key to generate JWT tokens for backend API calls.
s
Shubham Bajaj
05/21/2025, 1:55 AM
cc: @Kings_big💫
k
Kings_big💫
05/21/2025, 5:51 AM
Go to your dashboard, create a new key pair under API Keys, and download the PEM private key immediately, it’s only shown once and needed to generate backend JWT tokens.
v
viki007
05/21/2025, 8:14 PM
Thank you for your help. That didn’t work—it only created a short key, and I did not see any option to download a PEM private key file. Could you please provide step-by-step instructions or clarify how to generate and download the PEM private key needed for backend JWT authentication with RS256? Thank you