curl --request PATCH \
--url https://api.example.com/v4/personal-page/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"headerImage": "<string>",
"description": "<string>",
"showAllMeetingTypes": true,
"meetingTypeOrder": [
"<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>"
}
}
'Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
User ID to act as when using API Key authentication (required with API Key)
Target user ID
If true, show all user meeting types on business card. If false, show only selected meeting types.
Show child attributes
curl --request PATCH \
--url https://api.example.com/v4/personal-page/{id} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"useCustomColors": true,
"primaryColor": "<string>",
"secondaryColor": "<string>",
"headerImage": "<string>",
"description": "<string>",
"showAllMeetingTypes": true,
"meetingTypeOrder": [
"<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>"
}
}
'