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