I have ben using the make API to run my make scenarios effectively for the last month. Today I tried making a call and keep getting the same error when trying to run my scenarios:
“detail”: “Forbidden to use token authorization for this organization.”,
“message”: “Permission denied”,
“code”: “SC403”
The token that I am using has the following scopes:
- scenarios:read
- scenarios:run
- scenarios:write
And I am making the call like this:
curl --location --request POST ‘https://us1.make.com/api/v2/scenarios//run’
–header ‘Authorization: Token ’
I have tried creating a new token with every single scope and that didnt work either.
Am I missing something here?
Thanks in advance