POST
/
customerbase
/
v1
/
organization

Authorizations

X-CUSTOMER-OS-API-KEY
string
headerrequired

Body

application/json
customId
string

Custom ID provided by the user Example: 12345

icpFit
boolean

Indicates if the organization is an ICP (Ideal Customer Profile) fit Example: true

leadSource
string

Lead source of the organization Example: Web Search

linkedinUrl
string

Organization's LinkedIn profile URL Example: https://linkedin.com/company/openline

name
string

Organization's name Example: Openline

relationship
string

Relationship status of the organization Example: customer

website
string

Organization's website URL Example: https://openline.com

Response

201 - application/json
id
string

ID is the unique identifier of the created organization Example: 1234567890

message
string

Message provides additional information regarding the creation process Example: Organization created successfully

partialSuccess
boolean

PartialSuccess indicates whether the creation process encountered partial success (e.g., when some fields failed to process) Example: false

status
string

Status indicates the status of the creation process (e.g., "success" or "partial_success") Example: success