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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.