Skip to main content
GET
/
v4
/
booking-link
/
personal-page
/
v2
/
{userSlug}
Get personal page data
curl --request GET \
  --url https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}
{
  "user": {
    "id": "<string>",
    "firstname": "<string>",
    "lastname": "<string>",
    "personalPage": {
      "useCustomColors": true,
      "primaryColor": "<string>",
      "secondaryColor": "<string>",
      "headerImage": "<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>"
          }
        ]
      },
      "showAllMeetingTypes": true,
      "meetingTypeOrder": [
        "<string>"
      ]
    },
    "title": "<string>",
    "picture": "<string>"
  },
  "company": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "tier": "basic",
    "primaryColor": "<string>",
    "useBrandStyling": true,
    "hideMeetergoBranding": true,
    "showDataPolicyLink": true,
    "hideDataPolicyCheckbox": true,
    "dataPolicyLink": "<string>",
    "imprintLink": "<string>",
    "deleted": true,
    "useFormalBookingLanguage": true,
    "enableCustomLegalText": true,
    "enableCookieBanner": true,
    "customLegalText": "<string>",
    "customBookingCSS": "<string>",
    "featureAccess": {
      "polls": true,
      "advancedMeetingTypeSettings": true,
      "workflows": true,
      "meetingTypeCommunications": true,
      "multiHostBooking": true,
      "groupBooking": true,
      "enrichInvitee": true,
      "zapier": true,
      "personalizedBranding": true,
      "crmIntegration": true,
      "routingForms": true,
      "selectionPages": true,
      "dataFields": true,
      "roundRobin": true,
      "handoff": true,
      "reschedule": true,
      "notifications": true,
      "workspaces": true,
      "sendgridIntegration": true,
      "api": true,
      "showcaseHubs": true,
      "meetergoConnect": true,
      "webhooks": true,
      "wallets": true,
      "dealSpace": true,
      "funnel": true,
      "unlimitedMeetingTypes": true,
      "salesforceIntegration": true,
      "salesforceStudioMapping": true,
      "maximumCalendars": 123,
      "disableIntercom": true,
      "evalancheIntegration": true,
      "analytics": true,
      "funnelProgressAndInfobox": true,
      "contactsBeta": true,
      "paypalIntegration": true,
      "stripeIntegration": true,
      "meetingTypeTemplates": true,
      "nextBeta": true,
      "video": true,
      "emailLayout": true,
      "reviews": true,
      "brevoIntegration": true,
      "getResponseIntegration": true,
      "customDomain": true,
      "apiPlatform": true,
      "slackIntegration": true,
      "calgent": true
    },
    "language": "<string>",
    "googleAnalyticsMeasurementId": "<string>",
    "metaPixelId": "<string>",
    "logo": "<string>",
    "allowedLanguages": [
      "<string>"
    ],
    "allowAdditionalLanguages": false
  },
  "meetingTypes": [
    {
      "meetingType": {
        "id": "<string>",
        "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": {}
        },
        "meetingOptions": {
          "allowedDurations": [
            15,
            30,
            60
          ],
          "allowSelectChannel": true,
          "allowHostSelection": true,
          "forceHostSelection": true,
          "allowedChannels": [
            "local"
          ],
          "allowAddingGuests": true,
          "doubleOptIn": "<string>",
          "requireHostConfirmation": "<string>",
          "enableClusterMeeting": true,
          "enableBufferCarryOver": true,
          "maxBufferCarryOverDelay": 123,
          "confirmationPageCssSetting": {
            "mode": 123
          }
        },
        "crmOptions": {
          "hubspotContactSync": true,
          "hubspotContactStage": "<string>",
          "hubspotCompanySync": true,
          "hubspotCompanyStage": "<string>",
          "hubspotCompanyMatchingField": "<string>",
          "hubspotDealSync": true,
          "hubspotDealStage": "<string>",
          "hubspotPipelineId": "<string>",
          "pipedriveDealSync": true,
          "pipedriveContactSync": true,
          "pipedrivePipelineId": 123,
          "pipedriveStageId": 123,
          "linkandoSyncEnabled": true,
          "linkandoPlaybookId": 123,
          "linkandoTemplateId": 123,
          "evalancheEnabled": true,
          "klicktippEnabled": true,
          "getResponseEnabled": true,
          "getResponseCampaignId": "<string>",
          "smartWeContactSync": true,
          "smartWeCompanySync": true,
          "smartWeDealSync": true,
          "smartWeDealStage": "<string>",
          "salesforceSyncEnabled": true,
          "salesforceCaseSync": true,
          "salesforceLeadSync": true,
          "salesforceOpportunitySync": true,
          "salesforceLeadStatus": "<string>",
          "salesforceCaseStatus": "<string>",
          "salesforceOpportunityStage": "<string>",
          "salesforceDefaultObjectType": "<string>"
        },
        "ics": {
          "title": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>"
          },
          "description": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>"
          },
          "location": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>"
          }
        },
        "timeslotInterval": 123,
        "spots": 123,
        "enabled": true,
        "slug": "<string>",
        "bookingMinimum": 123,
        "daysIntoFuture": {
          "mode": "<string>",
          "bookingLimit": 123,
          "rangeMin": "2023-11-07T05:31:56Z",
          "rangeMax": "2023-11-07T05:31:56Z"
        },
        "enableCalendarInviteNotification": true,
        "roundRobin": [
          "<string>"
        ],
        "useSchedule": true,
        "useCompanyLogo": true,
        "useCustomInvite": true,
        "disableActionButtons": true,
        "useCustomForm": true,
        "inCompanyPage": true,
        "formFirst": true,
        "locations": [
          "<string>"
        ],
        "isGlobalQueue": true,
        "compact": true,
        "disableTeamsEmail": true,
        "languageSetting": {
          "enable": true,
          "default": "<string>",
          "allowed": [
            "<string>"
          ]
        },
        "customTextSelectChannel": {
          "enable": true,
          "body": "<string>"
        },
        "timezonePreset": {
          "enable": true,
          "timezonePreset": "<string>"
        },
        "cssSetting": {
          "mode": 123
        },
        "metaSetting": {
          "nextBetaEnabled": true,
          "title": "<string>",
          "body": "<string>",
          "image": "<string>"
        },
        "companyId": "<string>",
        "createdById": "<string>",
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "deletedAt": "<string>",
        "workspaceId": "<string>",
        "userId": "<string>",
        "formId": "<string>",
        "availabilityId": "<string>",
        "queueId": "<string>",
        "reminderIds": [
          "<string>"
        ],
        "workspace": {
          "id": "<string>",
          "name": "<string>",
          "slug": "<string>"
        },
        "user": {
          "id": "<string>",
          "givenName": "<string>",
          "familyName": "<string>",
          "slug": "<string>",
          "userType": "<string>",
          "picture": "<string>"
        },
        "createdBy": {
          "id": "<string>",
          "givenName": "<string>",
          "familyName": "<string>",
          "slug": "<string>",
          "userType": "<string>",
          "picture": "<string>"
        },
        "availability": {
          "id": "<string>",
          "name": "<string>"
        },
        "form": {
          "id": "<string>",
          "name": "<string>"
        },
        "reminders": [
          {
            "id": 123,
            "name": "<string>"
          }
        ]
      },
      "link": "<string>"
    }
  ]
}

Path Parameters

userSlug
string
required

User slug

Response

user
object
required

User information

company
object
required

Company information

meetingTypes
object[]
required

Array of meeting types with their booking links