Meetings
Get host meetings
GET
https://app.zencal.io/api/v1/meetings
Use this method to download the organizer's meeting list. Limit 500
Headers
X-Zencal-Api-Key*
String
Zencal Api key
Content-Type*
String
application/json
Accept*
String
application/json
Query params
host*
String
If you are a single user, this is your uuid. If you need an appointment list for a team user specify the uuid of the team user.
from*
String
Start date of the meeting e.g. 2025-01-01
to*
String
End date of the meeting e.g. 2025-02-01
Generate one-time link to scheduling page
Creating quick meeting
POST
https://app.zencal.io/api/v1/meetings/quick
Use this method to generate a link to an online meeting. The generated link will also create a meeting in your Google or Outlook calendar (depending on the selected provider). The created meeting will have its duration set to the value specified in the duration parameter. The start time of the meeting is the time the request is called.
Headers
X-Zencal-Api-Key*
String
Zencal Api key
Content-Type*
String
application/json
Accept*
String
application/json
Request Body
duration*
Integer
Duration of the meeting
provider*
String
A calendar in which an online meeting will be created. Available values are: "google" or "outlook"
Generate one-time link to scheduling page
POST
https://app.zencal.io/api/v1/meetings/one-time
Use this method to generate a one-time link to schedule an appointment on a specific topic. Once an appointment has been made, this link will no longer be active.
Headers
X-Zencal-Api-Key*
String
Zencal Api key
Accept*
String
application/json
Content-Type*
String
application/json
Request Body
username*
String
Username of the user to whom the participant will be scheduled
meetingTopic*
String
Uuid of the meeting topic which the owner is the host or co-host (in team topics)
Get meeting details
GET
https://app.zencal.io/api/v1/meetings/{meetingUuid}
Use this method to get all information about particular meeting
Headers
X-Zencal-Api-Key*
String
Zencal Api key
Accept*
String
application/json
Content-Type*
String
application/json
Last updated