Websockets API

I am trying to use the streaming API (https://www.zotero.org/support/dev/web_api/v3/streaming_api), without success. I have tried various variations of the "createSubscriptions" command, with two different Websockets implementations, but I do not get a response from the server. For instance, I am using:

{
"action": "createSubscriptions",
"subscriptions": [
{
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxx"
}
]
}

Is the sync functionality still maintained?
Sign In or Register to comment.