Retrieve information about a specific room.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/room/{roomId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/room/{roomId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/room/{roomId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Room retrieved successfully
Response
{ "active": true, "createdAt": "2025-01-15T14:00:00Z", "id": 12345, "locationId": 111, "name": "Exam Room 1", "updatedAt": "2025-01-15T14:00:00Z" }