CustomerBASE API
Create a new organization
Creates an organization in the system if it doesn't already exist based on website, custom ID, or LinkedIn URL
post/orgs/v1/organization
Request body
Response
Organization created successfully
Example response
{
"id": "1234567890",
"message": "Organization created successfully",
"status": "success"
}