Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

API Calls Not Using Fusion - Not Working After Move to Admin Console

Avatar

Level 2

We previously used the API key in Workfront and linked other applications to Workfront using Python scripts. When we moved over to the Admin Console, the Python scripts no longer worked. Now we have a different application that we are trying to connect to Workfront but again the authentication isn't working. We do not want/intend to use Fusion for this unless there is no other option. Because we want the trigger to be on the other applications side. Has anyone run into this issue?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hello aml7785,

 

As far as I understand, after migration to Adobe Admin Console, it is not possible any more to use individual API keys for non admin users.

 

If you are using the general API key from Setup > System > Customer Info, I would try to reset / regenerate the key.

 

Apart from that, I would suggest adding a Web application under Setup > System > OAuth2 Applications, as it is much more secure and flexible.

Writing the whole authentication process in Python was really challenging to me a couple of months ago, but the result is working like a charm almost every day, and I am also a bit proud of it.

Do not hesitate to ask, if you need help with that.

 

Regards

Lars

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hello aml7785,

 

As far as I understand, after migration to Adobe Admin Console, it is not possible any more to use individual API keys for non admin users.

 

If you are using the general API key from Setup > System > Customer Info, I would try to reset / regenerate the key.

 

Apart from that, I would suggest adding a Web application under Setup > System > OAuth2 Applications, as it is much more secure and flexible.

Writing the whole authentication process in Python was really challenging to me a couple of months ago, but the result is working like a charm almost every day, and I am also a bit proud of it.

Do not hesitate to ask, if you need help with that.

 

Regards

Lars