Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Fusion Internal API - Authorization

Avatar

Level 2

Hi All,

Having looked through this resource I can see that some users have been able to use the internal Fusion API. There doesn't seem to be any documentation on it as it's currently "unsupported" by the Fusion team. 

If any one could share their exact steps to access especially regarding Authorization that would be incredibly helpful.

I can see it was mentioned within the following discussions on this forum:
https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-ideas/fusion-api-for-back-end-...
https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-questions/fusion-internal-api/...
https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-questions/i-need-a-bit-of-help...

And it may be based off the Make api here: Authentication | Make Developer Hub

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 2

Just in case anyone else needs this, here's the answer:

So use this URL: https://app-eu.workfrontfusion.com/api/v2/scenarios/*scenarioID*/logs

Create a token within your profile on Fusion.

Then attach a header to the request: Authorization: Token ******-****-****-****-************ 

with the ****** being the key you made

 

Avatar

Level 1

Do note, some of the make.com endpoints are not available. Confusingly the scenario/run is not available, but activate/deactivate are. 

 

Elizabeth's answer is what you need to authorize your API calls.