Skip to main content
GET
/
v2
/
kyc
/
w8ben
Get W8-BEN Forms
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/kyc/w8ben \
  --header 'Authorization: Bearer <token>'
{
  "w8BenForms": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "isDigitallySigned": true
    }
  ]
}

Get W8-BEN Forms

GET request to /v2/kyc/w8ben

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

Response

200 - application/json

OK

w8BenForms
object[]
required