Table of Contents | ||||
---|---|---|---|---|
|
GET /rooms [public access]
Parameters
(none)
Info |
---|
Rooms API supports DataTable API |
Response
Code Block |
---|
curl -k -X GET -H "X-AccountCode: vclinic" "https://api.vsee.me/api_v3/rooms" { "data": [{ "slug": "room1", "name": "Room 1", "domain": "demo.vsee.me", "code": "room1_code", "created": 1427922788, "modified": 1427922788 }, ...] } |
...