Too many attempts, try again later
This comes from the rate limiter. After 5 unsuccessful login attempts from the same IP, through the Control panel or the API, the login is blocked for 5 minutes.
If you have a Control panel access, you can remove the related Authy log entry to reset the status.
You do not have permissions to perform this action. […]
The authenticated user requires permissions related to [entity, privilege]
. Give more permission to this user via the Control panel, under Settings -> Users -> (Select the user) -> Rights.
Route denied. Check your API access control.
You need to allow this route in the context your are using it. This is done in the Control panel, under Settings -> Api access controls -> (Look for a route that correspond to your last request, usually the latest added).
Route denied, private route require authentication.
Your route has been set to Private. You can change that in the Control panel, under Settings -> Api access controls -> (Look for a route that correspond to your last request, usually the latest added).
Be careful with Public routes! You may expose more than you want to.