POST
/
customerbase
/
v1
/
organizations

Authorizations

X-CUSTOMER-OS-API-KEY
string
header
required

Body

application/json

Request to create an organization

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 required: true example: CustomerOS

relationship
string

Relationship status of the organization example: customer

website
string

Organization's website URL example: https://customeros.ai

Response

201 - application/json

Response structure for single organization operations

organization
object

The organization information

requestId
string
status
string

Status indicates the result of the operation ("success" or "error")