---
title: "GET /api/crm/v1/background_checks"
method: GET
path: "/api/crm/v1/background_checks"
tags: ["Crm/BackgroundChecks Module"]
---

# GET /api/crm/v1/background_checks

`GET /api/crm/v1/background_checks`

## Response `200`

- BackgroundCheck[]
  - `person` BackgroundCheckPerson, required
    - `id_person` string, required
    - `name` string, required
  - `vendor` BackgroundCheckVendor, required
    - `id_vendor` string, required
    - `name` string, required
    - `logo_url` string, required
  - `created_at` string, nullable, required
  - `data` object, nullable, required
  - `id_background_check` string, nullable, required
  - `id_log` string, nullable, required
  - `id_person` string, nullable, required
  - `request` object, nullable, required
  - `response` object, nullable, required
  - `success` boolean, nullable, required
  - `type` string, nullable, required
  - `updated_at` string, nullable, required

## Other responses

- `401` — Invalid JWT token - Authentication required

---

[API](https://skmtc.dev/complif/apis/complif-apis.md) · [All operations](https://skmtc.dev/complif/apis/complif-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complif/complif-apis/revisions/2bbf0308cd2e/schema)
