githubEdit

Chat Room List

Create Chat Room

Endpoint

POST /chatrooms

Headers

Key
Value
Description

Authorization

{token}

JWT access token

App-Id

{app_id}

Unique identifier for the application

Request Body

{
  "userId": "string",
  "name": "string"
}

Response

{
  "status": 201,
  "message": "Chat room created successfully"
}

Get Chat Room List

Endpoint

Response

Last updated