Company
All endpoints related to company / account data.
Company Search
POST
https://api.yourdomain.com/v1/company/search
Search for a company
Request Body
Name
Type
Description
name
string
Name of the company we're searching for
"success": true,
"companies": [{
"id": "company001"
"name": "LeadExporter Co.",
"industry": "SaaS"
}],
"createNewLink": "https://api.yourdomain.com/account/create?name=LeadExporter"
}
Last updated