Businesses
Create a business
post/businesses
Request body
namestring required
The name of the business
metadataobject nullable
Arbitrary metadata to associate with the business
external_idstring nullable
An external identifier for the business. Must be unique within the project
websitestring nullable
The website URL for the business
Response
The created Business object
idstring required
The ID of the business
external_idstring nullable required
The external ID of the business
namestring required
The name of the business
metadataobject required
Arbitrary metadata associated with this business
created_atstring required
The date and time the business was created
websitestring nullable required
The website URL of the business
disabled_stepsstring[] nullable required
Steps disabled for this business. If null, the business inherits the project's disabled_steps. If set (including []), this list fully overrides the project's setting.