Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Company name
1 - 255
List of domains associated with this company. Used for automatically linking contacts by email domain. If Linear is connected, these domains will be synced to the Linear customer.
Your own organization IDs for referencing this company. Useful for linking contacts with generic email domains (e.g., @gmail.com) to companies. If Linear is connected, these IDs will be synced as Linear customer externalIds.
Automatically add all existing contacts with matching email domains to this company
Company size (number of employees). If Linear is connected, this will be synced to the Linear customer. Pass null to clear the value.
Annual revenue. If Linear is connected, this will be synced to the Linear customer. Pass null to clear the value.
Linear customer tier ID. Only works if Linear is connected. Use GET /companies/linear-options to fetch available tier IDs. Pass null to clear the value.
Linear customer status ID. Only works if Linear is connected. Use GET /companies/linear-options to fetch available status IDs. Pass null to clear the value.
Response
Successful response
The response is of type any
.