Skip to main content
GET
/
v4
/
personal-page
/
{id}
Get personal page by user ID (admin only)
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>"
      ]
    }
  ]
}

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

id
string
required

Target user ID

Response

useCustomColors
boolean
required

Whether custom colors are enabled for the personal page

primaryColor
string
required

Primary color for the personal page theme

secondaryColor
string
required

Secondary color for the personal page theme

description
string
required

Personal page description text

onlineProfiles
object
required

Online profiles and social media links

headerImage
string | null

Header image URL for the personal page

meetingTypes
object[]

Meeting types assigned to this personal page