Skip to main content
POST
/
company-data
/
addTeam
Add Team to Company
curl --request POST \
  --url https://www.api.baselink.tech/company-data/addTeam \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Add an existing team to a company.
success
boolean
Indicates if the team was added successfully.
message
string
Success or error message.