# Retrieve a company by id Endpoint: GET /companies/{id} Version: 2.51.0 Security: OAuth2 ## Path parameters: - `id` (string, required) Id of the company to retrieve Example: "63e6663823b4c1f5287398bb" ## Response 200 fields (application/json): - `name` (string, required) Example: "Companies Name Inc." - `id` (string, required) Example: "63e6663823b4c1f5287398bb" - `active` (boolean, required) Example: true - `createdAt` (string, required) Example: "1990-12-31T15:46:19.384990Z" ## Response 400 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 401 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 403 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 404 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 422 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 500 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 429 fields