Firstbase
Search
K
Comment on page

Request

POST /referral/name-check
Parameter
Type
Required
Info
companyName
string
required
The company's name
companyType
string
required
llc or corporation
registrationState
string
required
wyoming or delaware

Request Example

{
"companyName": "Awesome company",
"companyType": "llc",
"registrationState": "delaware"
}