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}
import requests

url = "https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}"

response = requests.get(url)

print(response.text)
const options = {method: 'GET'};

fetch('https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));
<?php

$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
package main

import (
"fmt"
"net/http"
"io"
)

func main() {

url := "https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}"

req, _ := http.NewRequest("GET", url, nil)

res, _ := http.DefaultClient.Do(req)

defer res.Body.Close()
body, _ := io.ReadAll(res.Body)

fmt.Println(string(body))

}
HttpResponse<String> response = Unirest.get("https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}")
.asString();
require 'uri'
require 'net/http'

url = URI("https://api.example.com/v4/booking-link/personal-page/v2/{userSlug}")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)

response = http.request(request)
puts response.read_body
{
  "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>"
          }
        ],
        "addressStreet": "<string>",
        "addressCity": "<string>",
        "addressPostalCode": "<string>",
        "addressCountry": "<string>"
      },
      "showAllMeetingTypes": true,
      "meetingTypeOrder": [
        "<string>"
      ]
    },
    "title": "<string>",
    "picture": "<string>"
  },
  "company": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "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,
      "basicForms": 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,
      "bookingFunnel": 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,
      "maxCustomDomains": 123,
      "apiPlatform": true,
      "slackIntegration": true,
      "calgent": true,
      "fileUploads": true,
      "storageQuotaMB": 123,
      "multiBooking": true,
      "bundles": true,
      "maxCrmDeals": 123,
      "maxShowcaseHubs": 123,
      "maxDealSpaces": 123,
      "waitlist": true,
      "quickMail": true,
      "enrichDealSpaceCompany": true,
      "whatsappAddon": true,
      "bookingCoupons": true,
      "crmEmailSync": true
    },
    "language": "<string>",
    "googleAnalyticsMeasurementId": "<string>",
    "metaPixelId": "<string>",
    "gtmContainerId": "<string>",
    "logo": "<string>",
    "allowedLanguages": [
      "<string>"
    ]
  },
  "meetingTypes": [
    {
      "meetingType": {
        "id": "<string>",
        "meetingInfo": {
          "name": "<string>",
          "description": "<string>",
          "enableRedirect": true,
          "redirect": "<string>",
          "passEventDetailsToRedirect": true,
          "duration": 123,
          "customChannelName": "<string>",
          "customChannelLink": "<string>",
          "groupBooking": true,
          "showAvailableSlots": 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": [],
          "allowAddingGuests": true,
          "doubleOptIn": "<string>",
          "requireHostConfirmation": "<string>",
          "enableClusterMeeting": true,
          "enableBufferCarryOver": true,
          "maxBufferCarryOverDelay": 123,
          "allowPhoneOnlyBooking": true,
          "confirmationPageCssSetting": {
            "mode": 123
          },
          "bookingPagePassword": {
            "enable": true,
            "password": {}
          },
          "channelAvailabilities": {}
        },
        "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,
          "pipedriveUseExistingDeal": true,
          "centralStationContactSync": true,
          "centralStationDealSync": true,
          "centralStationPipelineId": 123,
          "centralStationStageId": 123,
          "linkandoSyncEnabled": true,
          "linkandoPlaybookId": 123,
          "linkandoTemplateId": 123,
          "evalancheEnabled": true,
          "klicktippEnabled": true,
          "getResponseEnabled": true,
          "getResponseCampaignId": "<string>",
          "brevoEnabled": true,
          "sevdeskEnabled": true,
          "sevdeskCategoryId": 123,
          "smartWeContactSync": true,
          "smartWeCompanySync": true,
          "smartWeDealSync": true,
          "smartWeDealStage": "<string>",
          "salesforceSyncEnabled": true,
          "salesforceCaseSync": true,
          "salesforceLeadSync": true,
          "salesforceOpportunitySync": true,
          "salesforceLeadStatus": "<string>",
          "salesforceCaseStatus": "<string>",
          "salesforceOpportunityStage": "<string>",
          "salesforceDefaultObjectType": "<string>",
          "internalCrmPipelineId": {},
          "internalCrmStageId": {},
          "crmOptInFieldName": {}
        },
        "ics": {
          "title": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>",
            "da": "<string>",
            "pl": "<string>",
            "se": "<string>",
            "tr": "<string>"
          },
          "description": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>",
            "da": "<string>",
            "pl": "<string>",
            "se": "<string>",
            "tr": "<string>"
          },
          "location": {
            "en": "<string>",
            "de": "<string>",
            "fr": "<string>",
            "es": "<string>",
            "no": "<string>",
            "it": "<string>",
            "nl": "<string>",
            "da": "<string>",
            "pl": "<string>",
            "se": "<string>",
            "tr": "<string>"
          }
        },
        "timeslotInterval": 123,
        "spots": 123,
        "enabled": true,
        "slug": "<string>",
        "bookingMinimum": 123,
        "daysIntoFuture": {
          "mode": "<string>",
          "bookingLimit": 123,
          "countMode": "<string>",
          "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>"
          }
        ],
        "metadata": {
          "ticketId": "EVAL-12345"
        },
        "internalNotes": "<string>",
        "oneTimeLink": {
          "id": "<string>",
          "url": "<string>",
          "meetingTypeId": "<string>",
          "createdAt": "<string>"
        }
      },
      "link": "<string>"
    }
  ]
}
{
"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>"
}
],
"addressStreet": "<string>",
"addressCity": "<string>",
"addressPostalCode": "<string>",
"addressCountry": "<string>"
},
"showAllMeetingTypes": true,
"meetingTypeOrder": [
"<string>"
]
},
"title": "<string>",
"picture": "<string>"
},
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"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,
"basicForms": 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,
"bookingFunnel": 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,
"maxCustomDomains": 123,
"apiPlatform": true,
"slackIntegration": true,
"calgent": true,
"fileUploads": true,
"storageQuotaMB": 123,
"multiBooking": true,
"bundles": true,
"maxCrmDeals": 123,
"maxShowcaseHubs": 123,
"maxDealSpaces": 123,
"waitlist": true,
"quickMail": true,
"enrichDealSpaceCompany": true,
"whatsappAddon": true,
"bookingCoupons": true,
"crmEmailSync": true
},
"language": "<string>",
"googleAnalyticsMeasurementId": "<string>",
"metaPixelId": "<string>",
"gtmContainerId": "<string>",
"logo": "<string>",
"allowedLanguages": [
"<string>"
]
},
"meetingTypes": [
{
"meetingType": {
"id": "<string>",
"meetingInfo": {
"name": "<string>",
"description": "<string>",
"enableRedirect": true,
"redirect": "<string>",
"passEventDetailsToRedirect": true,
"duration": 123,
"customChannelName": "<string>",
"customChannelLink": "<string>",
"groupBooking": true,
"showAvailableSlots": 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": [],
"allowAddingGuests": true,
"doubleOptIn": "<string>",
"requireHostConfirmation": "<string>",
"enableClusterMeeting": true,
"enableBufferCarryOver": true,
"maxBufferCarryOverDelay": 123,
"allowPhoneOnlyBooking": true,
"confirmationPageCssSetting": {
"mode": 123
},
"bookingPagePassword": {
"enable": true,
"password": {}
},
"channelAvailabilities": {}
},
"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,
"pipedriveUseExistingDeal": true,
"centralStationContactSync": true,
"centralStationDealSync": true,
"centralStationPipelineId": 123,
"centralStationStageId": 123,
"linkandoSyncEnabled": true,
"linkandoPlaybookId": 123,
"linkandoTemplateId": 123,
"evalancheEnabled": true,
"klicktippEnabled": true,
"getResponseEnabled": true,
"getResponseCampaignId": "<string>",
"brevoEnabled": true,
"sevdeskEnabled": true,
"sevdeskCategoryId": 123,
"smartWeContactSync": true,
"smartWeCompanySync": true,
"smartWeDealSync": true,
"smartWeDealStage": "<string>",
"salesforceSyncEnabled": true,
"salesforceCaseSync": true,
"salesforceLeadSync": true,
"salesforceOpportunitySync": true,
"salesforceLeadStatus": "<string>",
"salesforceCaseStatus": "<string>",
"salesforceOpportunityStage": "<string>",
"salesforceDefaultObjectType": "<string>",
"internalCrmPipelineId": {},
"internalCrmStageId": {},
"crmOptInFieldName": {}
},
"ics": {
"title": {
"en": "<string>",
"de": "<string>",
"fr": "<string>",
"es": "<string>",
"no": "<string>",
"it": "<string>",
"nl": "<string>",
"da": "<string>",
"pl": "<string>",
"se": "<string>",
"tr": "<string>"
},
"description": {
"en": "<string>",
"de": "<string>",
"fr": "<string>",
"es": "<string>",
"no": "<string>",
"it": "<string>",
"nl": "<string>",
"da": "<string>",
"pl": "<string>",
"se": "<string>",
"tr": "<string>"
},
"location": {
"en": "<string>",
"de": "<string>",
"fr": "<string>",
"es": "<string>",
"no": "<string>",
"it": "<string>",
"nl": "<string>",
"da": "<string>",
"pl": "<string>",
"se": "<string>",
"tr": "<string>"
}
},
"timeslotInterval": 123,
"spots": 123,
"enabled": true,
"slug": "<string>",
"bookingMinimum": 123,
"daysIntoFuture": {
"mode": "<string>",
"bookingLimit": 123,
"countMode": "<string>",
"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>"
}
],
"metadata": {
"ticketId": "EVAL-12345"
},
"internalNotes": "<string>",
"oneTimeLink": {
"id": "<string>",
"url": "<string>",
"meetingTypeId": "<string>",
"createdAt": "<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