Blocklist

The blocklist api is used to show which users have been hidden so you can unhide them.

Blocklist request

Method: POST
URL: ?srv=chatserver&api=chatblocklist
Request headers: Content-Type: application/json Ozeki-Signature: signature Ozeki-Station: stationId Ozeki-User: userId
POST data:
{
  "action": "blocklist",
  "clientversioncode": 3,
  "timestamp": "2024-03-11 07:43:44"
}

Blocklist response

Response headers Content-Type: application/json
Response data:
{
  "status": "OK",
  "errormessage": "File does not exist",
  "blockedusers": [],
  "blockedconversations": []
}

More information