---
title: "Returns the list of verification attempts on Employment and Education verifications."
method: GET
path: "/order/{id}/verificationAttempt"
tags: ["Order"]
---

# Returns the list of verification attempts on Employment and Education verifications.

`GET /order/{id}/verificationAttempt`

Accurate’ s API allows you to retrieve the verification attempts on Employment and Education verifications. With this functionality, you can retrieve the verification attempts for orders placed through the Accurate Client Portal, an ATS integration, or other ordering method. To retrieve the verification attempts, you can use the supportReferenceId or orderId.

## Path parameters

- `id` string, required

## Response `200`

Success Response

- OrderVerificationAtemptResponse
  - `orderId` string
  - `supportReferenceId` string
  - `status` string
  - `candidateId` string
  - `products` object[]
    - `ID` string
    - `productType` string
    - `status` string
    - `attemptHistory` object[]
      - `attemptNumber` string
      - `attemptDate` string, date-time
      - `attemptType` string
      - `attemptMethod` string
      - `attemptMethodDetail` string
      - `contactName` string
      - `contactTitle` string
      - `attemptComment` string

## Other responses

- `401` — Unauthorized Response
- `500` — Internal Server error

---

[API](https://skmtc.dev/accuratebackground/apis/accurate-background-api.md) · [All operations](https://skmtc.dev/accuratebackground/apis/accurate-background-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accuratebackground/accurate-background-api/revisions/a6ac3a5c01aa/schema)
