---
title: "Get Hiring Company"
method: GET
path: "/api/v2/etx/hiring_company/{hiringCompanyGroupId}"
tags: ["Hiring Company"]
---

# Get Hiring Company

`GET /api/v2/etx/hiring_company/{hiringCompanyGroupId}`

Given a Hiring Company Group Id, it returns all attributes of the Hiring Company

## Path parameters

- `hiringCompanyGroupId` string, required

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- HiringCompanySchema
  - `createdTs` integer, nullable — Datetime when the Hiring Company was created
  - `rejectReason` string, nullable — Reason for rejecting the Hiring Company
  - `onholdReason` string, nullable — Reason for putting the Hiring Company on hold
  - `status` string, nullable — Status of the Hiring Company
  - `verifiedInfo` object, nullable — Verified information of the Hiring Company
  - `statusChangeBy` string, nullable — User who changed the status of the Hiring Company
  - `updatedTs` integer, nullable — Datetime when the Hiring Company was updated
  - `organizationName` string, nullable — Name of the Hiring Company
  - `hiringCompanyGroupId` string, nullable — Group Id of the Hiring Company
  - `deletedTs` integer, nullable — Datetime when the Hiring Company was deleted
  - `onholdStatus` string, nullable — Status of the Hiring Company when on hold
  - `primaryExchangeAdmin` string, nullable — Primary Exchange Admin
  - `unverifiedInfo` object, nullable — Unverified information of the Hiring Company
  - `statusChangeTs` integer, nullable — Datetime when the status of the Hiring Company was changed

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/revisions/0fb26f4e41bf/schema)
