---
title: "List verification results"
method: GET
path: "/customers/{customer_id}/verifications"
tags: ["KYC Verification (deprecated)"]
deprecated: true
---

# List verification results

`GET /customers/{customer_id}/verifications`

> **Deprecated.**

List verification results.

This endpoint will be removed in API v1. Use `GET /v0/verifications?customer_id={customer_id}` instead.

## Path parameters

- `customer_id` string, uuid, required

## Query parameters

- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
- `include_history` boolean

## Response `200`

List of customer verification results.

- CustomerVerificationResultList
  - `verifications` CustomerVerificationResult[], required — Array of verification results.
    - `id` string, uuid — Unique ID for this verification result.
    - `issues` string[] — List of potential problems found. These are subject to change.
    - `raw_response` RawResponse
      - `provider` 'IDOLOGY' | 'SOCURE' — Name of the organization that provided this data.
      - `raw_data` string — Raw data from an external provider, as a JSON string.
    - `result` 'ACCEPTED' | 'PROVIDER_FAILURE' | 'PROVISIONAL' | 'REJECTED' | 'REVIEW', required — The determination of this verification.
    - `vendor_info` union — The information provided to Synctera from the vendor. Interpretation of this object is up to the client.
      - object
        - `content_type` 'text/xml', required — Describes the content-type encoding received from the vendor.
        - `details` VerificationVendorInfoDetail[] — Array of vendor specific information.
          - `code` string — Vendor specific code.
          - `description` string — Description of vendor specific code.
        - `vendor` string, required — Name of the vendor used.
        - `xml` string, required — Data representaion in XML.
      - object
        - `content_type` 'application/json', required — Describes the content-type encoding received from the vendor.
        - `details` VerificationVendorInfoDetail[] — Array of vendor specific information.
          - `code` string — Vendor specific code.
          - `description` string — Description of vendor specific code.
        - `json` object, required — Data representation in JSON.
        - `vendor` string, required — Name of the vendor used.
    - `verification_time` string, date-time, required — The date and time the verification was completed.
    - `verification_type` 'addressrisk' | 'alertlist' | 'decision' | 'documentverification' | 'emailrisk' | 'fraud' | 'kyc' | 'phonerisk' | 'social' | 'synthetic' | 'watchlistplus' | 'watchlistpremier' | 'watchliststandard', required — The type of check run on the customer.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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