Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to connect to Zephyr REST Api from my .Net Console application.

rajneesh mishra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 16, 2025

I have few question regarding connecting to Zephyr Sqad Rest API. 

What would be the base URL, is https://prod-api.zephyr4jiracloud.com/connect the base URL for every organisation.

Also while generating JWT token, what all parameters should be passed in the payload. Currently I am passing 

var payload = new Dictionary<string, object>()
{
{ "sub", ACCOUNT_ID }, //assign subject
{ "qsh", getQSH(canonical_path) }, //assign query string hash
{ "iss", ACCESS_KEY }, //assign issuer
{ "iat", iat }, //assign issue at(in ms)
{ "exp", exp } //assign expiry time(in ms)
};

 But Canonical path is not working I guess.

And while making an Asynch call I am getting Forbidden error.

 

Can someone please guide me on this connectivity.

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events