Skip to main content
POST
/
company-data
/
setApprovedDomains
/
:companyDataId
Set Approved Domains
curl --request POST \
  --url https://www.api.baselink.tech/company-data/setApprovedDomains/:companyDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Set authorized email domains for the company.
success
boolean
Indicates if the domains were set successfully.
message
string
Success or error message.