Skip to main content
GET
/
v1
/
meetingevents
/
{slug}
Fetch a meeting event
curl --request GET \
  --url https://external.sakari.io/v1/meetingevents/{slug}
{
  "success": true,
  "data": {
    "name": "<string>",
    "slug": "<string>",
    "durations": [
      123
    ],
    "hosts": [
      "<unknown>"
    ],
    "id": "<string>",
    "description": "<string>",
    "allowAdditionalAttendees": true,
    "styling": {
      "logo": "<string>",
      "cover": "<string>"
    },
    "bufferTime": 123,
    "minimumNotice": 123,
    "enabled": true
  }
}

Path Parameters

slug
string
required

The slug of the meeting event

Response

successful operation

success
boolean
required
data
object
required