Request Format
op: Operation type, for examplesubscribe,unsubscribe, orpingdata(optional): Parameters specific to an operationid(optional): The request ID, an arbitrary integer passed to link requests with responses
Response Format
data: The JSON payload of the response or the channel messageerror(optional): The error message returned if an error occurredid(optional): The ID of the corresponding request, if it is providedchannel(optional): The channel for the sent message, only added to the response when there is a response on the channel
Last updated