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

Get Attempt by ID

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.

Path Parameters

attempt-id
string
required

ID of the KYC attempt

Query Parameters

subAccountId
string

Sub-account ID

Response

Success

The response is of type object.