Make an API Call Issue

Hello Makers,

I am trying to run another scenario through the MAKE’s Make an API Call.

But I consistently get the below error:
The operation failed with an error. [401] Access denied: Required scope: scenarios:run

Targeted the scenario is published as run “On demand”.
Screenshot 2023-01-25 at 4.46.12 PM

Do I need to enter any specific string in the body?
I am not sure what I missed. I couldn’t find any solution in the API document, too.

Any ideas, on how to achieve this and resolve this issue?

Thank you!

From the error message you do not have correct scope added.
When you create the token - to run scenarios you need to add this scope scenarios:run

Then try running it again.
You could reference the doc here:
https://www.make.com/en/api-documentation/authentication

1 Like

Wow… Thank you so much!!
It is working :smile:

1 Like