Assistance required to establish API token ID to create confluence pages automatically in the dedicated location.
Hello @Sonia Saini
Welcome to the Atlassian community.
Have you reviewed the documentation provided by Atlassian on managing API tokens?
https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
Hello @Sonia Saini
Do you still have questions on this topic, or were you able to figure it out with the information we provided?
If you were able to figure it out, please consider clicking on the Accept Answer button(s) above the responses that were helpful. That will also mark your Question as Solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sonia Saini ,
Welcome to the community. I agree @Trudy Claspill to review the Atlassian account. I believe you prefer not to create a page using a personal token.
If so, create a Service Account and generate a token for it with a "fine granular scope" to create a Confluence page.
The granular permissions are documented in the Confluence REST API
and you need an extra URL for the service account.
https://api.atlassian.com/ex/confluence/<CloudId>/{api}
with the following call you get the CloudId
https://<your_site_>.atlassian.net//_edge/tenant_info
There is also a nice documentation in the community:
I hope this will help you a bit.
Cheers,
Lars
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.