Room Management
Add Room
Add a new room for a client
POST
Endpoint
This endpoint requires authentication
Headers
string
required
Your API access token. You can also set this globally in the API playground.
string
required
The platform making the request:
WEB, IOS, or ANDROID.Request Body
integer
required
client id
integer
required
Reference to the predefined room type.
string
name
Response
string
message
object
data
Notes
- Authentication is required
