🚀 Version 2.0 is now live! See our changelog for details
🚀 Version 2.0 is now live! See our changelog for details
curl --request GET \
--url https://api.example.com/rooms/{id}{
"success": true,
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"host_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"host": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"username": "<string>",
"role": "host",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z"
},
"library_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"analytics": {
"google_tag_manager": {
"container_id": "GTM-XXXXXX",
"enabled": true
}
},
"active_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"timestamp": 123
}curl --request GET \
--url https://api.example.com/rooms/{id}{
"success": true,
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"host_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"host": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"external_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"username": "<string>",
"role": "host",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z"
},
"library_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"analytics": {
"google_tag_manager": {
"container_id": "GTM-XXXXXX",
"enabled": true
}
},
"active_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"timestamp": 123
}