Forums

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

403 Error from Node12 works in POSTMAN and CURL

Diego Link March 28, 2025

I'm calling to 

https://api.atlassian.com/ex/jira/

to this API

rest/api/3/issue/createmeta?projectIds=10540&expand=projects.issuetypes.fields

 

The call works in Postman perfectly with the Bearer token but the same call returns a 403 Forbidden when made by the Node application

 

2 answers

0 votes
Matthias Gaiser _K15t_
Community Champion
March 28, 2025

As @Michael Wohlgemuth already said, you should be using as a base url the url of your instance, e.g. https://your-domain.atlassian.net.

You can also check out the details of this REST API method in the docs. Please keep in mind that the endpoint you want to use is deprecated and will only work until June and you should rather use the project/issuetype specific endpoints, see this deprecation notice.

0 votes
Michael Wohlgemuth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2025

Hello!

Are you 100% sure you want to make this call to the url you have mentioned? I personally only know api.atlassian.com for user related tasks in a cloud organization. It looks like you should send this request to the jira instance your issues live on. 

regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events