0
API: OAuth token type is case sensitive on auth headers and doesn't match type returned from OAuth login
The method:
/api/oauth/token
returns a token_type, typically of "bearer", however, any other API request that needs an authorization header expects tokens of this type to have the type "Bearer" (capital B), and using type of "bearer" results in a Not Authorized response
Customer support service by UserEcho