Skip to main content
PATCH
/
company-data
Update Company
curl --request PATCH \
  --url https://www.api.baselink.tech/company-data \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "company": {}
}
Update an existing company’s information.
success
boolean
Indicates if the company was updated successfully.
message
string
Success or error message.
company
object
The updated company object.