curl --request GET \
--url https://api.example.com/v4/personal-page/{id} \
--header 'x-meetergo-api-user-id: <api-key>'{
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"description": "<string>",
"onlineProfiles": {
"linkedIn": "<string>",
"facebook": "<string>",
"twitter": "<string>",
"instagram": "<string>",
"xing": "<string>",
"phone": "<string>",
"email": "<string>",
"customLinks": [
{
"name": "<string>",
"url": "<string>",
"icon": "<string>"
}
]
},
"headerImage": "<string>",
"meetingTypes": [
{
"meetingInfo": {
"name": "<string>",
"description": "<string>",
"enableRedirect": true,
"redirect": "<string>",
"duration": 123,
"channel": "local",
"customChannelName": "<string>",
"customChannelLink": "<string>",
"groupBooking": true,
"enrichInvitee": true,
"confirmationButton": {
"useConfirmationButton": true,
"text": "<string>",
"color": "<string>",
"link": "<string>"
},
"bufferBefore": 123,
"bufferAfter": 123,
"color": {}
},
"spots": 123,
"enabled": true,
"slug": "<string>",
"companyId": "<string>",
"locations": [
"<string>"
],
"isGlobalQueue": true,
"createdById": "<string>",
"createdAt": "<string>",
"formId": "<string>",
"communicationSettingsId": 123,
"availabilityId": "<string>",
"queueId": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"deletedAt": "<string>",
"resourceChannelIds": [
"<string>"
]
}
]
}User ID to act as when using API Key authentication (required with API Key)
Target user ID
Whether custom colors are enabled for the personal page
Primary color for the personal page theme
Secondary color for the personal page theme
Personal page description text
Online profiles and social media links
Show child attributes
Header image URL for the personal page
Meeting types assigned to this personal page
Show child attributes
curl --request GET \
--url https://api.example.com/v4/personal-page/{id} \
--header 'x-meetergo-api-user-id: <api-key>'{
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"description": "<string>",
"onlineProfiles": {
"linkedIn": "<string>",
"facebook": "<string>",
"twitter": "<string>",
"instagram": "<string>",
"xing": "<string>",
"phone": "<string>",
"email": "<string>",
"customLinks": [
{
"name": "<string>",
"url": "<string>",
"icon": "<string>"
}
]
},
"headerImage": "<string>",
"meetingTypes": [
{
"meetingInfo": {
"name": "<string>",
"description": "<string>",
"enableRedirect": true,
"redirect": "<string>",
"duration": 123,
"channel": "local",
"customChannelName": "<string>",
"customChannelLink": "<string>",
"groupBooking": true,
"enrichInvitee": true,
"confirmationButton": {
"useConfirmationButton": true,
"text": "<string>",
"color": "<string>",
"link": "<string>"
},
"bufferBefore": 123,
"bufferAfter": 123,
"color": {}
},
"spots": 123,
"enabled": true,
"slug": "<string>",
"companyId": "<string>",
"locations": [
"<string>"
],
"isGlobalQueue": true,
"createdById": "<string>",
"createdAt": "<string>",
"formId": "<string>",
"communicationSettingsId": 123,
"availabilityId": "<string>",
"queueId": "<string>",
"workspaceId": "<string>",
"userId": "<string>",
"deletedAt": "<string>",
"resourceChannelIds": [
"<string>"
]
}
]
}