v1

latestSwagger 2.02026-07-172161122.5 KB
CustomerBASE API

Create a new organization

Creates an organization if it doesn't exist based on website, custom ID, or LinkedIn URL. Returns existing organization if found.

post/customerbase/v1/organizations

Request body

customIdstring

Custom ID provided by the user example: 12345

icpFitboolean

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

leadSourcestring

Lead source of the organization example: Web Search

linkedinUrlstring

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

namestring

Organization's name required: true example: CustomerOS

relationshipstring

Relationship status of the organization example: customer

websitestring

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

Response

Organization created successfully

requestIdstring
statusstring

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

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}