From where can I get the parameters for OAuth to consume confluence rest APIs
oauth_dict = {
'access_token': '',
'access_token_secret': '',
'consumer_key': '',
'key_cert': ''}
I need to automate creating page on confluence. PS. its not a personal space but an organization space, so would I need special permissions ??
Thanks in advance!