I am looking into setting up an API between a system and confluence. The confluence server is run on a corporate network. How do I find the correct information for <confluence server>
$ConfluenceURL = "https://<confluence server>/rest/api/content"
It's the base url of the confluence service you are trying to reach.
If, for example, you normally use your confluence on "https://myorg.com/docs" then the <confluence server> is "myorg.com/docs"
It looks like you're new here. Sign in or register to get started.