- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- List All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- List All Organization Collaborators
- List All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- List All Social Links
- Members
- List All Members
- Search Members
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- List All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation link
- Organizations
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Retreive an Instant Meeting Room
Developing
GET
/events/rooms/{roomId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/events/rooms/'
Response Response Example
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3NDQwOTU0NzAsIm5iZiI6MTc0NDA5NTQ3MCwiYWNjZXNzX2tleSI6IjY1Nzk2MWU0Y2Q5OTNkZmI0NGFhNDljZCIsInR5cGUiOiJhcHAiLCJ2ZXJzaW9uIjoyLCJ1c2VyX2lkIjoiNjdmMzQ0OWQ1ODQ0YTJmZDdkNDUwZjJkIiwicm9vbV9pZCI6IjY3ZjRjOGVlYjcyYTBmZWM2MGNkNWZjMiIsInJvbGUiOiJob3N0IiwiZXhwIjoxNzQ0MDk1NTMwLCJqdGkiOiJiMDllYzc2Yy1mYTEyLTQ0N2UtYmViYy01ZDJmYTc5MWNiNzIifQ.05RyIIYCs20SIeqgNE8ERDckijwssx57JQbZ65Byq3Q",
"role": "host",
"dates": null,
"eventName": null,
"expiresAt": null,
"eventId": null,
"calendarId": null,
"roomId": "67f4c8ee6e1320accf11907f"
}
Request
Path Params
roomId
stringÂ
required
Responses
🟢200Success
application/json
Body
token
stringÂ
required
role
stringÂ
required
dates
nullÂ
optional
eventName
nullÂ
optional
expiresAt
nullÂ
optional
eventId
nullÂ
optional
calendarId
nullÂ
optional
roomId
string  | nullÂ
optional
Modified at 2025-04-10 08:31:41