Forum Discussion

kbathwal's avatar
kbathwal
Occasional Contributor
2 years ago

How to generate JWT TOKEN from Postman

Hi Doug & Team,
There seems to be some confusion. Kindly help me out here as soon as possible.

My issue is How to generate JWT token from Postman itself. I have SecretKey, access Key, AccoutnId, Zephyr base URL also. Please just guide me how to use these details to generate JWT token from Postman.

I am not talking about usage of the JWT TOKEN. I am asking about the process of generating JWT token via Postman.

Thank you

5 Replies

  • Hi I was able to generate a JWT token in postman. 
    You want to create a POST request to this URL https://prod-vortexapi.zephyr4jiracloud.com/api/v1/jwt/generate

    Add Key value for Header

        Content-Type = application/json

    For Body select raw input

     

    {
    "accessKey":"XXXXXXXXXXX",
    "secretKey":"XXXXXXXXXX",
    "accountId":"XXXXXXXXXXXX"
    }

     

     

    • SuW's avatar
      SuW
      Occasional Contributor

      Hi Fernando. 

       

      This is the single most useful thing I've found in ages.  I only use Postman and I'm not a developer so I had absolutely no idea how to generate a JWT using all the other methods described.  This is really helpful.  Thank you.

       

      Kind regards

       

      Su

    • suganyaincture's avatar
      suganyaincture
      New Contributor

      Please let me know, from where we get access key, secretkey and account id?