A representation of a scheduling link preview.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The link ID. |
slug |
string | The URL slug for the link. |
name |
string | The link name visible on the booking page. |
private_name |
string | null | The private link name (not shown to the scheduler). |
description |
string | The link’s description visible on the booking page. |
Here is an example representation of this resource:
{
"id": "link_01ED74HMFGVZ92YVCWTD8Y8H6X",
"slug": "chat",
"name": "Chat with John",
"private_name": "Generic Link",
"description": "Let's find a time to meet"
}