When using the ABX Swagger page to authorize a user any subsequent calls to any API fails with the provided bearer token. Returning a 401 "unauthorized" error.
Aria Automation 8.x
This is caused when adding the Bearer token to the Authorization value. The ABX api does not place Bearer in the front of the Authorization, preventing a proper login.
Add the word "Bearer" before adding the token in the Authorization value box. This defines the type of authorization as being a Bearer token.