Company
Creates a new company with the provided name and assigns it to the specified or current user.
The name of the company to create.
Example CompanyOptional user ID to associate with the new company. Defaults to the current session user.
12345success
success
Fetches the details of a company based on company ID, path, or invitation token.
The ID of the company to retrieve.
98765The unique path of the company to retrieve.
example-companyThe invitation token to retrieve the company associated with it.
abc123def456success
success
Updates the details of an existing company based on the provided fields.
The ID of the company to update.
98765Number of days to wait before sending a follow-up lead email.
7Custom URL for the company.
https://customurl.comFlag to lock profiles for the company.
0Possible values: Flag to force Single Sign-On (SSO) for the company.
0Possible values: Options for signup, e.g., 'email_password', 'google'.
["email_password"]Possible values: Flag to make profiles public.
0Possible values: The description of the company.
This is a description of the company.URL or path to the company's profile image.
https://some-domain/images/profile.pngURL or path to the company's banner image.
https://some-domain/images/banner.pngHex code for the company's background color.
#ffffffHex code for the company's icon color.
#000000Hex code for the company's text color.
#333333Font used for the company's branding.
https://some-domain/fonts/some-font.ttfThe updated name of the company.
Updated Company NameLead form setting (valid values are 0, 1, 2, 3).
1Possible values: Indicates whether the lead form is customized.
0Possible values: Flag to disable the lead form.
0Possible values: Flag to instantly enable the lead form.
0Possible values: Flag to make user emails unchangeable.
1Possible values: Flag to allow lead opt-out.
0Possible values: Language setting for the company.
enText for lead data consent emails.
Please provide consent to receive emails.Fields that cannot be edited in the profile.
["email","username"]Flag to only show leads owned by the user.
0Possible values: ID of the user associated with the company.
12345Number of days to wait before sending a follow-up lead email.
7Number of days to wait before sending a lead creation reminder.
15Type of reminder for lead creation (null or 'email').
emailUnique path for the company.
new-pathFlag to require consent for lead data.
0Possible values: Array of form field IDs in the desired order.
[1,2,3]success
success
Last updated