The issue is occurring because your App Key is configured as a web application.
A Vendor Web API application App Key must use the BEARER token as the "session" (token_type + " " + access_token) when interacting with the Exchange Stream API.
Please see documentation here
Comments
0 comments
Article is closed for comments.