Тема: NimBus API - Access denied
Hi! I'm using NimBus API on my web application. What I need at this point is to create stops and routes. I'm able to create stops fine but when trying to create a route, I get "Access denied" error. My authorization token should have all accesses. Here is the request URL and response body:
request URL: https://nimbus.wialon.com/api/depot/my_depot_id/route:
{
"details": "Access denied.",
"error": 7
}
What does the error mean and what should I do?