Workspace registration
In the Ozeki Chat Client, the Workspace Registration API request, accompanied by headers such as Content-Type, Ozeki-User, and Ozeki-Signature, facilitates the registration of new workspaces within the application. This request enables users to securely register workspaces by providing essential parameters like user ID and signature for authentication and authorization purposes. By adhering to the specified Content-Type and including the necessary authentication headers, users can seamlessly integrate new workspaces into the Ozeki Chat Client environment.
Workspace registration request
Method: | POST |
URL: | ?srv=chatowner&api=workspace |
Request headers: |
Content-Type: application/json Ozeki-User: userid Ozeki-Signature: signature |
POST data: |
{ "action": "workspaceregister", "workspacename": "alice.ozeki.chat" } |
Workspace registration response
Response headers: |
Content-Type: application/json |
Response data: |
{ "status": "OK", "errormessage": "" } |
More information
- Ozeki Chat API - Login
- Ozeki Chat API - Availability
- Ozeki Chat API - Friends / List
- Ozeki Chat API - Report
- Ozeki Chat API - Notification
- Ozeki Chat API - Conversation / List
- Ozeki Chat API - Conversation / Partial download
- Ozeki Chat API - Conversation / Add
- Ozeki Chat API - Conversation / Clear
- Ozeki Chat API - Conversation / Favorite
- Ozeki Chat API - Conversation / Unfavorite
- Ozeki Chat API - Conversation / Change Color
- Ozeki Chat API - Conversation / Download
- Ozeki Chat API - Conversation / Mute
- Ozeki Chat API - Conversation / Unmute
- Ozeki Chat API - Conversation / Hide
- Ozeki Chat API - Conversation / Unhide
- Ozeki Chat API - Blocklist
- Ozeki Chat API - Workspace - register