# Search for companies or get a company by ID **GET /company** Retrieve details of a company by ID or search for companies based on a search term. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **companyID** (integer) - **input** (string) ## Responses ### 200 A list of companies or the details of a single company #### Body: application/json (array[object]) - **companyID** (integer) - **status** (string) - **name** (string) - **streetAddress** (string) - **route** (string) - **city** (string) - **state** (string) - **postalCode** (string) - **contactNumber** (string) - **email** (string) - **industry** (string) - **description** (string) - **website** (string) - **size** (string) - **referral** (string) - **stripeCustomerID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ### 404 Company not found ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)