Answers for "How to authenticate with atlassian's Personal data reporting API"

CSS
0

How to authenticate with atlassian's Personal data reporting API

# use one of your app users access tokens.
headers = {"Authorization": f"Bearer {one_of_my_users_token}", "Accept": "Application/Json"}
Posted by: Guest on January-14-2021

Code answers related to "How to authenticate with atlassian's Personal data reporting API"

Browse Popular Code Answers by Language