Skip to main content
GET
/
v2
/
kyc
/
attempts
Get Attempts
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/kyc/attempts \
  --header 'Authorization: Bearer <token>'
{}

Get Attempts

GET request to /v2/kyc/attempts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string

Sub-account ID

createdAfter
integer

Filter attempts created after timestamp

createdBefore
integer

Filter attempts created before timestamp

levelName
string

Filter by KYC level name

status
string

Filter by status

result
string

Filter by result

cursor
string

Cursor for pagination

Response

Success

The response is of type object.