In order to prevent abuse, you must authenticate yourself before you can use the migration API. This page explains the authorization process for the API.
username
is the email address of your Atlassian Cloud account. Make sure this account has site or org admin permissions on the destination cloud site.password
is your cloud API token. Learn how to generate a cloud API tokenusername
and password
you use to access Jira Server.Authorization: Bearer {access_token}
. Learn how to generate a personal access token.username
and password
you use to access Confluence Server.Authorization: Bearer {access_token}
. Learn how to generate a personal access token.Rate this page: