Firstbase
  • Welcome
  • Incorporation API
    • Overview
    • Environment
    • Authentication
    • Name Check
      • Request
      • Response
        • Response for Successful
        • Response for Failed
    • Incorporation Order
      • Request
        • User
        • Company
        • Holders
        • Parent Companies
      • Response
        • Response for Successful
        • Response for Failed
          • Unavailable company
          • LLC - Wrong count percent
    • Fetch Order By External Id
      • Request
      • Response
        • Response for Successful
        • Response for Failed
          • Order not found
    • States of Incorporation
      • Request
      • Response
    • Countries
      • Request
      • Response
    • Industries
      • Request
      • Response
    • Webhook
      • Request
      • Response
      • Callback
        • Order call
        • Document call
    • Company Info
Powered by GitBook
On this page
  • Response - Unavailable company name
  • Response - Company has already been registered

Was this helpful?

  1. Incorporation API
  2. Name Check
  3. Response

Response for Failed

Bad Request 400: Unavailable Company Name

Response - Unavailable company name

{
	"status": "error",
	"error": "Unavailable company name"
}

The submitted company name has been incorporated in the chosen state, please select another business name.

Response - Company has already been registered

{
	"status": "error",
	"error": "Company has already been registered"
}

The submitted company name has been registered in the chosen state, please select another business name.

PreviousResponse for SuccessfulNextIncorporation Order

Last updated 2 years ago

Was this helpful?