---
title: "Get employee verification integration status"
method: GET
path: "/api/v1/employee-verifications/integration"
tags: ["Employee Verification", "Public API"]
---

# Get employee verification integration status

`GET /api/v1/employee-verifications/integration`

Returns the install state and partner metadata for the company's employee verification integration. Scoped to the authenticated OAuth company context. The `enabled` flag reflects whether the partner app is installed and usable; `integrationType` identifies the configured verification partner.

OAuth Scopes: employee_verifications

## Response `200`

Success

- object
  - `integration` EmployeeVerificationIntegration, required — Install state and partner metadata for the company's employee verification integration.
    - `enabled` boolean, required — True when the integration is installed for the company and partner endpoints are usable.
    - `integrationType` string, required — Identifier of the configured employee verification partner (opaque string; matches `integrationType` from the integration GET response).

## Other responses

- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/revisions/19ebf391a399/schema)
