How to generate JWT TOKEN from Postman
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2023
12:20 PM
01-19-2023
12:20 PM
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
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
Labels:
- Labels:
-
APIs
-
Cloud
-
documentation
-
InsideZephyrSquad
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2023
12:34 PM
01-19-2023
12:34 PM
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023
06:11 PM
02-22-2023
06:11 PM
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"
}
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023
03:34 AM
06-22-2023
03:34 AM
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
