---
title: "(IDnow only) List the IDnow attempts of a person identification"
method: GET
path: "/v1/persons/{person_id}/identifications/{id}/idnow_attempts"
tags: ["Person identifications"]
---

# (IDnow only) List the IDnow attempts of a person identification

`GET /v1/persons/{person_id}/identifications/{id}/idnow_attempts`

Returns a list of IDnow attempts within a person identification. Each returned attempt includes the result, the reason (if the attempt was aborted), and the payload from the webhook related to that attempt.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `id` string, required — The unique ID of the identification resource created for a customer.

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsIdnowAttempt
  - `id` string — ID of the IDnow attempt.
  - `result` string — Result of the IDnow attempt.
  - `reason` string, nullable — The reason why the IDnow attempt failed.
  - `payload` object — Payload received from the IDnow webhook for this IDnow attempt.
    - `identificationprocess` object — Metadata related to the identification attempt.
      - `result` string — The result of the identification attempt.
      - `companyid` string — ID of the company performing the identification.
      - `filename` string — The name of the documents file.
      - `agentname` string — Name of the agent performing the identification.
      - `identificationtime` string — Date and time when the identification was performed.
      - `id` string — ID of the attempt.
      - `href` string — URL of the documentation from the attempt.
      - `type` string — The type of IDnow identification performed.
      - `transactionnumber` string — Reference number for the attempt.
    - `customdata` object — Custom data parameters attached to the IDnow attempt.
      - `custom1` string, nullable
      - `custom2` string, nullable
      - `custom3` string, nullable
      - `custom4` string, nullable
      - `custom5` string, nullable
    - `contactdata` object — The customer's contact data.
      - `mobilephone` string — The customer's mobile phone number.
      - `email` string — The customer's email address.
    - `userdata` object — Indicates customer data parameters for which a match was found.
      - `birthday` object — Indicates a match on the customer's birthday.
        - `status` string
        - `value` string
      - `firstname` object — Indicates a match on the customer's first name.
        - `status` string
        - `value` string
      - `address` object — Indicates a match on the customer's address.
        - `zipcode` object
          - `status` string
          - `value` string
        - `country` object
          - `status` string
          - `value` string
        - `city` object
          - `status` string
          - `value` string
        - `street` object
          - `status` string
          - `value` string
      - `birthplace` object — Indicates a match on the customer's birthplace.
        - `status` string
        - `value` string
      - `nationality` object — Indicates a match on the customer's nationality.
        - `status` string
        - `value` string
      - `birthname` object — Indicates a match on the customer's birth name.
        - `status` string
        - `value` string
      - `title` object — Indicates a match on the customer's title.
        - `status` string
        - `value` string
      - `lastname` object — Indicates a match on the customer's last name.
        - `status` string
        - `value` string
    - `identificationdocument` object — Indicates matches for data parameters related to the customer's identification document.
      - `country` object — Indicates a match on the country of the customer document.
        - `status` string
        - `value` string
      - `number` object — Indicates a match on the number of the customer document.
        - `status` string
        - `value` string
      - `issuedby` object — Indicates a match on the issuing authority of the customer document.
        - `status` string
        - `value` string
      - `dateissued` object — Indicates a match on the issue date of the customer document.
        - `status` string
        - `value` string
      - `type` object — Indicates a match on the type of the customer document.
        - `status` string
        - `value` string
      - `validuntil` object — Indicates a match on the expiration date of the customer document.
        - `status` string
        - `value` string
    - `attachments` object — Files attached to the IDnow attempt.
      - `pdf` string
      - `signature` string
      - `xml` string
      - `videolog` string
      - `idbackside` string
      - `idfrontside` string
      - `security1` string
      - `userface` string
      - `security2` string
      - `security_covered` string
      - `security3` string

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
