Fusion Internal API - Authorization | Community
Skip to main content
Level 2
August 20, 2025
Question

Fusion Internal API - Authorization

  • August 20, 2025
  • 2 replies
  • 306 views

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-management-purposes/idc-p/675800#M46
https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-questions/fusion-internal-api/m-p/768022
https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-questions/i-need-a-bit-of-help-with-retreiving-the-execution-logs-for-a/m-p/740471#M2582

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 2
August 20, 2025

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

 

New Member
August 21, 2025

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.