curl --request GET \
--url https://api.example.com/v4/booking-link \
--header 'x-meetergo-api-user-id: <api-key>'{
"personalLinks": [
{
"link": "<string>",
"meetingTypeId": "<string>",
"fullName": "<string>",
"picture": "<string>",
"slug": "<string>",
"title": "<string>",
"id": "<string>",
"email": "<string>"
}
],
"workspaceLinks": [
{
"workspaceId": "<string>",
"meetingTypesLinks": [
{
"meetingTypeId": "<string>",
"links": [
{
"userId": "<string>",
"firstname": "<string>",
"lastname": "<string>",
"link": "<string>",
"picture": "<string>"
}
]
}
]
}
]
}User ID to act as when using API Key authentication (required with API Key)
curl --request GET \
--url https://api.example.com/v4/booking-link \
--header 'x-meetergo-api-user-id: <api-key>'{
"personalLinks": [
{
"link": "<string>",
"meetingTypeId": "<string>",
"fullName": "<string>",
"picture": "<string>",
"slug": "<string>",
"title": "<string>",
"id": "<string>",
"email": "<string>"
}
],
"workspaceLinks": [
{
"workspaceId": "<string>",
"meetingTypesLinks": [
{
"meetingTypeId": "<string>",
"links": [
{
"userId": "<string>",
"firstname": "<string>",
"lastname": "<string>",
"link": "<string>",
"picture": "<string>"
}
]
}
]
}
]
}