Show a list of KYC records.Copy Pageget https://localhost/resources/private/v1/kycsQuery ParamsincludestringAllows to request the inclusion of related resources.Available relations:* userExample: userfilter[status]stringApplies filtering on the 'status' field.Available statuses: [1 - pending, 2 - under_review, 3 - success, 4 - failed_final, 5 - failed_retry].Available filters: in.* in: field must be equal one of the values from a given set - in:1,2,3;Example: in:2,3filter[createdAt]stringApplies filtering on the 'createdAt' field.The 'createdAt' must be in time.Time format.Available filters: [ge, gt, le, lt].ge: field greater than or equal to the given value - ge:value; gt: field greater than the given value - gt:value;le: field less than or equal to the given value - le:value; lt: field less than the given value - lt:value;Example: ge:2023-11-01T13:00:00ZsearchstringRequests to search for kyc by the occurrence of a substring in the 'email' field.Example: [email protected]filter[level]stringApplies filtering on the 'level' field.Available filters:eq: field must be equal to the given value - eq:value; in: field must be one of the values from a given set - in:value1,value2;Examples:eq:basicin:basic,intermediatesortstringSpecifies 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:status createdAtExample: status,-createdAtpageintegerSets the page number (default 1)Example: 5limitintegerSets the number of items per page (default 10, max 100)Example: 25Responses 200The list of KYC records 400The request is invalid 401The request is unauthorized 403The request is forbidden 500The server cannot process the requestUpdated about 1 month ago Init KYCShow KYC details.Did this page help you?YesNo