Show a list of KYC Attempt records.Copy Pageget https://localhost/resources/private/v1/kyc/attemptsQuery Paramsfilter[kycId]stringApplies filtering on the 'kycId' field.Available filters: [eq, in].eq: field must be equal to the given value - eq:value; in: field must be equal one of the values from a given set - in:1,2,3;Example: eq:ab92e957-f967-4714-9378-02729d922208sortstringSpecifies the sort order of the list.For ascending sorting, the field name is specified, and for descending sorting, a minus sign '-' is placed in front of the field name.Sorting can include several fields separated by commas.Default sort: by creation date in descending order.Available fields are:* created_atExample: -created_atpageintegerSets the page number (default 1)limitintegerSets the number of items per page (default 10, max 100)Responses 200The list of KYC Attempt records 400The request is invalid 401The request is unauthorized 403The request is forbidden 500The server cannot process the requestUpdated about 1 month ago Generate an iFrame.Show KYC Attempt details.Did this page help you?YesNo