The identifiers Atlassian's platform APIs address a site by.
A site has three names, and which one an API wants depends on the API. cloudId addresses the site itself and is
what https://api.atlassian.com/ex/jira/{cloudId} is built from. orgId addresses the organization the site
belongs to, which is a level above it — several sites can share one — and is what the Teams API takes. hostName
is the site URL without its scheme.
The identifiers Atlassian's platform APIs address a site by.
A site has three names, and which one an API wants depends on the API.
cloudIdaddresses the site itself and is whathttps://api.atlassian.com/ex/jira/{cloudId}is built from.orgIdaddresses the organization the site belongs to, which is a level above it — several sites can share one — and is what the Teams API takes.hostNameis the site URL without its scheme.