Create a business

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
addresseslist of objectsRequired
tinobjectOptional
websiteobjectOptional

Website information for the business. Required when name and addresses are not provided when ordering the web_analysis and/or industry_classification subproducts.

phone_numberslist of objectsOptional
Phone numbers for the business.
peoplelist of objectsOptional
external_idstringOptional
unique_external_idstringOptional
tagslist of stringsOptional
connection_idstringOptional

The ID of a connection to use as the source for this business. Pre-fills the business name and address from the connection.

orderslist of objectsOptional

Orders to place against the business at creation time. Each order specifies a product (and optional subproducts/options) to run.

registrationslist of objectsOptional
Known international registrations to look up for the business. Requires the International Business Verification package to be enabled for your account. If omitted, Middesk searches for international registrations based on the submitted addresses.

Response

business created
objectstring
idstringformat: "uuid"
namestring
statusenum
Current status of the business verification
created_atdatetime
updated_atdatetime
external_idstring or nullOptional
unique_external_idstring or nullOptional
tagslist of stringsOptional
requesterobject or nullOptional
assignee_idstring or nullOptionalformat: "uuid"
supported_document_typeslist of enumsOptional
reviewobject or nullOptional
tinobject or nullOptional
business_batch_idstring or nullOptionalformat: "uuid"
formationobject or nullOptional
websiteobject or nullOptional
watchlistobject or nullOptional
riskobject or nullOptional

Top-level risk outcome for the business. Populated once a Risk order reaches a terminal state (completed with a verdict, or unavailable). null while a Risk order is still in flight. This is the business-level risk outcome; granular per-resource assessments live on the Risk Assessment resource, not here.

bankruptcieslist of objectsOptional
certificationslist of objectsOptional
documentslist of objectsOptional
lienslist of objectsOptional
nameslist of objectsOptional
addresseslist of objectsOptional
peoplelist of objectsOptional
phone_numberslist of objectsOptional
email_addresseslist of objectsOptional
profileslist of objectsOptional
registrationslist of objectsOptional
orderslist of objectsOptional
industry_classificationobject or nullOptional
monitorobject or nullOptional
tax_exempt_organizationobject or nullOptional
fmcsa_registrationslist of objectsOptional
loanslist of objects or nullOptional
litigationslist of objectsOptional
policy_resultslist of objectsOptional
politically_exposed_person_screeningobject or nullOptional
adverse_media_screeningobject or nullOptional
signalobject or nullOptional
submittedobjectOptional
subscriptionobject or nullOptional
subscription_availabilityobject or nullOptional

Errors

422
Create Business Request Unprocessable Entity Error
429
Create Business Request Too Many Requests Error
503
Create Business Request Service Unavailable Error