Skip to main content
GET
/
v4
/
booking-link
/
group
/
workspace
/
{workspaceId}
Get group booking links of a workspace
curl --request GET \
  --url https://api.example.com/v4/booking-link/group/workspace/{workspaceId} \
  --header 'x-meetergo-api-user-id: <api-key>'
[
  {
    "id": "<string>",
    "workspaceId": "<string>",
    "companyId": "<string>",
    "hostIds": [
      "<string>"
    ],
    "meetingTypeId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "deletedAt": "<string>"
  }
]

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

workspaceId
string
required

Workspace ID

Response

id
string
required

Unique identifier for the group booking link

workspaceId
string
required

ID of the workspace this group booking link belongs to

companyId
string
required

ID of the company this group booking link belongs to

hostIds
string[]
required

Array of host user IDs for this group booking link

meetingTypeId
string
required

ID of the meeting type associated with this group booking link

createdAt
string
required

Date and time when the group booking link was created

updatedAt
string
required

Date and time when the group booking link was last updated

deletedAt
string

Date and time when the group booking link was soft deleted