Ask a Question

How to generate JWT TOKEN from Postman

kbathwal
New Contributor

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
2 REPLIES 2
MartiLobos
Staff

Hi,

 

It's not possible to do that via postman, you'll need to follow the pre-requisites outlined here https://support.smartbear.com/zephyr-squad-cloud/docs/api/jwt-token.html 

once you have the token you can start using with Postman. 

FernandoBooster
New Contributor

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"
}

 

 

cancel
Showing results for 
Search instead for 
Did you mean: