Single-Use Links
Single-use links are used to create a meeting once which can't be used again. Once someone schedules a meeting with you, the link is no longer valid.
Create a Single-Use Link
POST
https://harmonizely.com/api/single-use-link
Create new single-use link based on the existing meeting type.
Headers
Name
Type
Description
Content-Type
string
application/json
X-API-KEY
string
Your API key.
Request Body
Name
Type
Description
meeting_type_uuid
string
UUID of the existing Meeting Type.
Examples
Last updated