--- title: "Get a company by id" slug: "get-a-company-by-id" updated: 2024-10-25T18:04:27Z published: 2026-02-10T22:32:35Z canonical: "docs.skillable.com/get-a-company-by-id" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.skillable.com/llms.txt > Use this file to discover all available pages before exploring further. # Get a company by id Get/GetCompany Allows you to retrieve a company and their details by their Id. SecurityAPI Key: api_keyHeader parameter nameapi_key Query parametersidinteger (int32) Required The ID of the company to retrieve Responses200 OK Response Expand Allobject Statusinteger (int32) Indicates the status of the API request. 0 = Success 10 = Error 20 = Not found 30 = Invalid integration key Example10 Errorstring | null Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10). Company Array of object (Company) See Company results. object Idinteger (int32) The company's unique identifier. Namestring The Name of the company ExternalIdstring | null The External Id of the company Descriptionstring | null The Description of the company OrganizationIdinteger (int32) The Id of the Organization associated with this company OwningUserIdinteger (int32) | null The Id of the owning User (if any) associated with this company AssignableToUsersboolean Indicates whether the Company is Assignable to Users Themestring | null The name of the Theme to be used for the company Address1string | null The first Address line for a Company Address2string | null The second Address line for a Company Citystring | null The City for a Company Statestring | null The State for a Company (recommended use standard 2-character abbreviation, limit 50 characters) Zipstring | null The Zip code for a Company Countrystring | null The Country for a Company (recommended use standard 2-character abbreviation, limit 80 characters) Emailstring | null The Email address for a Company Phonestring | null The Phone number for a Company Phone2string | null The alternate Phone number for a Company Faxstring | null The Fax number for a Company WebSiteUrlstring | null The Web Site Url for a Company CustomDropdown1string | null The first Custom Dropdown list for a Company CustomDropdown2string | null The second Custom Dropdown list for a Company