Skip to main content
GET
/
v2
/
kyc
/
w8ben
/
{w8ben-id}
Get W8-BEN by ID
curl --request GET \
  --url https://api.avenia.io:8443/v2/v2/kyc/w8ben/{w8ben-id} \
  --header 'Authorization: Bearer <token>'
{
  "w8BenUrl": "<string>"
}

Get W8-BEN by ID

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.

Path Parameters

w8ben-id
string
required

ID of the W8-BEN form

Query Parameters

subAccountId
string

Sub-account ID

Response

200 - application/json

OK

w8BenUrl
string
required