Skip to main content
GET
/
v4
/
booking-link
/
user
/
{userId}
/
meetingType
/
{meetingTypeId}
Get booking link for specified meeting type
curl --request GET \
  --url https://api.example.com/v4/booking-link/user/{userId}/meetingType/{meetingTypeId}
{
  "link": "<string>",
  "meetingTypeId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

userId
string
required

User ID

meetingTypeId
string
required

Meeting type ID

Response

The booking link URL

meetingTypeId
string
required

ID of the meeting type associated with this booking link