Create a room (for test run purpose)
POST {{WEBEXAPI}}/rooms
Creates a room. The authenticated user is automatically added as a member of the room. See the Memberships API to learn how to add more people to the room.
https://developer.webex.com/docs/api/v1/rooms/create-a-room
Request Body
{"title"=>"Postman - Testing Messages"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |