Skip to main content
GET
/
v4
/
booking-link
/
personal-link
/
{companySlug}
/
{userSlug}
Get personal booking link page data
curl --request GET \
  --url https://api.example.com/v4/booking-link/personal-link/{companySlug}/{userSlug}
{
  "link": "<string>",
  "meetingTypeId": "<string>"
}

Path Parameters

companySlug
string
required

Company slug

userSlug
string
required

User slug

Response

The booking link URL

meetingTypeId
string
required

ID of the meeting type associated with this booking link