Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi, we are trying to generate access token but we are getting below error
import requestsimport json
WORKFRONT_API_URL = "https://gartnerdigitalmarkets.my.workfront.com/attask/api/v14.0"WORKFRONT_API_VERSION = "/attask/api/v14.0"response = requests.put(url=f'{WORKFRONT_API_URL}{WORKFRONT_API_VERSION}/user?action=generateApiKey&username=[ email id ]&password=[ password ]&method=put')
print(response.json())
Solved! Go to Solution.
Looks like this is related to the workfront. Take a look at this documentation. Moving this question to workfront community.
View solution in original post
Views
Likes
Replies