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

Was this helpful?

  1. Incorporation API
  2. Industries

Response

The response contains a list structured like an array.

Code 200: OK

[
	"Accounting and Bookkeeping",
	"Advertising",
	"Agriculture Tech",
	"Art",
	"Artificial Intelligence",
	"Augmented Reality",
	"B2B Software",
	"Biotech",
	"Community Tech",
	"Construction",
	"Consulting",
	"Consumer Tech",
	"Crypto",
	"Developer Tools",
	"Drones",
	"E-commerce",
	"E-commerce\/Amazon",
	"E-commerce\/Shopify",
	"E-commerce\/eBay",
	"Education",
	"Energy",
	"Enterprise Software",
	"Entertainment",
	"Financial Sevices",
	"Fitness",
	"Food",
	"Government Tech",
	"Hardware",
	"Health Services",
	"Healthcare Tech",
	"Insurance",
	"Investment",
	"Legal",
	"Marketing",
	"Marketplace",
	"Media",
	"Nonprofit",
	"Other",
	"Real Estate",
	"Recruiting",
	"Research",
	"Robotics",
	"Security",
	"Sports Team",
	"Transportation",
	"Travel",
	"Virtual Reality"
]
PreviousRequestNextWebhook

Last updated 2 years ago

Was this helpful?