Skip to main content
GET
/
v4
/
meeting-type
/
{id}
Get meeting type information
curl --request GET \
  --url https://api.example.com/v4/meeting-type/{id} \
  --header 'x-meetergo-api-user-id: <api-key>'
{
  "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>"
    }
  ]
}

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

Unique identifier of the meeting type

Response

id
string
required
meetingInfo
object
required
meetingOptions
object
required
crmOptions
object
required
ics
object
required
timeslotInterval
number
required
spots
number
required
enabled
boolean
required
slug
string
required
bookingMinimum
number
required
daysIntoFuture
object
required
enableCalendarInviteNotification
boolean
required
roundRobin
string[]
required
useSchedule
boolean
required
useCustomInvite
boolean
required
disableActionButtons
boolean
required
useCustomForm
boolean
required
inCompanyPage
boolean
required
formFirst
boolean
required
locations
string[]
required
isGlobalQueue
boolean
required
compact
boolean
required
disableTeamsEmail
boolean
required
languageSetting
object
required
customTextSelectChannel
object
required
timezonePreset
object
required
cssSetting
object
required
metaSetting
object
required
companyId
string
required
createdById
string
required
createdAt
string
updatedAt
string
deletedAt
string
workspaceId
string
userId
string
formId
string
availabilityId
string
queueId
string
reminderIds
string[]
workspace
object
user
object
createdBy
object
availability
object
form
object
reminders
object[]