Trying to subscribe to conversation events via the Genesys Cloud Notification API WebSocket. I’m getting a clean bearer token using client_credentials, but the connection drops immediately with a 403 Forbidden. The docs mention specific scopes but I have the standard set.
Here’s the payload I’m sending in the query string. Any idea why it’s rejecting the subscription? I’ve checked the token validity and it’s fine for other endpoints.
wss://api.mypurecloud.com/v2/analytics/events/subscribe?events=conversation:created&access_token=eyJ...