Update the contact details of a guest profile including name, email, phone, company, website URL, booking URL, LinkedIn, and one-pager URL.
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
guestProfileId | string | The guest profile ID |
| Property | Type | Description |
|---|---|---|
bookingUrloptional | string | Calendar booking URL |
onePagerUrloptional | string | One-pager document URL |
companyNameoptional | string | Company name |
emailoptional | string | Email address |
firstNameoptional | string | First name |
lastNameoptional | string | Last name |
linkedInoptional | string | LinkedIn profile URL |
nameoptional | string | Full name |
phoneoptional | string | Phone number |
websiteUrloptional | string | Website URL |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└success | boolean |