Show a list of KYC Attempt records.

Query Params
string

Applies 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-02729d922208

string

Specifies 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_at

Example: -created_at

integer

Sets the page number (default 1)

integer

Sets the number of items per page (default 10, max 100)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json