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.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Luciana Munhoz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 22, 2025

Hi Rajneesh, welcome to the community!

To get a better orientation for your question, I'll kindly ask you if you could share it on our developer community here: https://community.developer.atlassian.com/c/trello/42

Thank you!

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events