v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Background Checks

Show Background Check

Show Background Check details for a given employment and background check request.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)View background checks (background_check:read)-
get/v1/employments/{employment_id}/background-checks/{background_check_id}

Path parameters

employment_idstring uuid required

Identifier of the employment being terminated.

Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5

Employment Id

background_check_idstring uuid required

Identifier of the employment being terminated.

Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5

Background Check Id

Response

Success

Example response

{
  "data": {
    "background_check": {
      "background_check_request_items": [
        {
          "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "status": "in_progress",
          "title": "Criminal Record Check",
          "type": "criminal"
        }
      ],
      "created_at": "2024-01-15T10:30:00Z",
      "employment_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "id": "31b8e49b-aa1c-47af-849c-3d0a53e20e0d",
      "status": "in_progress"
    }
  }
}