Skip to main content
POST
/
company-data
Create Company
curl --request POST \
  --url https://www.api.baselink.tech/company-data \
  --header 'bearer: <api-key>'
{
  "success": true,
  "companyDataId": "<string>",
  "message": "<string>",
  "company": {}
}
Create a new company with optional users and teams.
success
boolean
Indicates if the company was created successfully.
companyDataId
string
The ID of the newly created company.
message
string
Success or error message.
company
object
The newly created company object.