The rooms/join endpoint enables you to join a room.
rooms/join
POST
slug: The URL of the room you want to join
{
"slug": "xxxxx"
}
Insufficient permissions (not being logged in)
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}
slug is missing
{
"data": [
"slug is required"
],
"status": "requestError",
}
{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}