> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification List

> Retrieve a paginated list of all identity verification scanRefs for a given clientId via the iDenfy API list identifications endpoint.

Retrieves all **`scanRefs`** related to a given **`clientId`**.

***

## API Reference

To retrieve the list of verifications, use the **List Identifications** endpoint in the [KYC API Reference](/api-reference/overview).

```
GET https://ivs.idenfy.com/api/v2/identifications
Authorization: Basic {API_KEY}:{API_SECRET}
Content-Type: application/json
```
