You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
According to this documentation https://developer.atlassian.com/cloud/jira/platform/rest/v3/. In order to use the api the specified URL would be https://api.atlassian.com/ex/jira/{cloudid}/{api}. What is {cloudid} and {api} referencing and where do I find them within my site?
The atlassian team response seems to be incorrect or perhaps outdated? -- it would seem you need to make a request to https://api.atlassian.com/oauth/token/accessible-resources with your token to get your "cloudId"(comes back as "id") -- which is NOT your apps client_id.
to https://developer.atlassian.com/cloud/jira/platform/oauth-2-authorization-code-grants-3lo-for-apps/ has more details
Hi,
I did not succeed with the above approach to get the cloud id.
One other easy way to get the cloud id is to go to https://admin.atlassian.com/
Click on your "site" of interest and you will get the Cloud id in the URL
Resulting URL Example:
@Johan Eckerstrom - _Eficode_ hey I'm unable to access sites from the URL you shared, can you please check if it is still working for you?
Hi, when call this : https://api.atlassian.com/oauth/token/accessible-resources
return all jira site, but i want to get only the datanet of the one i selected from sending code․ what can I do?
The simplest way to find your site's Cloud Id is via: https://my-site-name.atlassian.net/_edge/tenant_info
Which, when you replace "my-site-name" with your Jira's site name, will return the following
{"cloudId":"93ac17d7-fe07-4ba3-a53c-5caeb380fff8"}
This is really poorly documented, and the only mention I saw of it was a one liner on the new Forms API docs