Meeting topics

Get list of all meeting topics that are owned by user

GET https://app.zencal.io/api/v1/meeting-topics

Headers

{
    "meetingTopics": [
        {
            "uuid": "fd8ec570-a809-40e3-8af6-a7d76c0b5adc",
            "name": "Consulting IT",
            "duration": 120,
            "description": "Lorem ipsum",
            "enabled": true,
            "private": false
        }
    ]
}

POST https://app.zencal.io/api/v1/short

Shorten your long link

Headers

Request Body

{
    "link": "https://zcal.me/xxx"
}

Update meeting topic

PUT https://app.zencal.io/api/v1/meeting-topics/{uuid}

Use this method to update meeting topic data

Headers

Request Body

Last updated