403 error in API for scenarios

What are you trying to achieve?

Hello, I use make provided in Boost.Space under this url - https://integrator.boost.space

I’m checking how the API works and I started using two endpoints:
GET /scenarios - List scenarios
POST /scenarios - Create scenario

The API key is assigned all possible permissions.
For the GET enpoint everything works fine.
For POST I get this error:

{
	"detail": "Access denied.",
	"message": "Permission denied",
	"code": "SC403"
}

I don’t understand why, maybe you have an idea

Steps taken so far

Generate new token

Hi @grsh,

Welcome to the Make community!

As I always understood it, boost.space is a wrapper that makes use of the Make/Integromat engine. As this is a standalone service, it is best to contact their support if an issue arises on their side. The error you receive is obviously not because something is wrong, just that boost.space is not making the connection as it should. Boost.space is able to help you with this.

Cheers,
Henk

1 Like