Skip to main content

Active Meets

Content-type: application/json

end point for all api : /api

get meets that have online user

Active Meets request parameters

for this request need api secret (see config.yml)

FieldTypeRequiredDescription
SecretstringYesapi secret
TypestringYesmust be "ActiveMeets"

Sample

{
Secret: "apisecret",
Type: "ActiveMeets"

}

Active Meets response

FieldTypevalueDescription
Statusstring"ok"return ok
DatajsonList of Meet

sample response

{
"Status": "ok",
"Data" : {
...
}
}