Hitting a 403 when trying to subscribe to conversation events via the Notification API WebSocket. The bearer token works fine for REST calls, but the wss://notify-eu.genesiscloud.com/v2/notifications endpoint rejects the connection immediately. Here’s the subscription payload I’m sending in the init message:
{
"type": "SUBSCRIBE",
"resourceType": "conversation",
"resourceId": "all"
}
Is there a specific scope missing from the OAuth token for WebSocket access?