Skip to main content
GET
/
v2
/
kyc
/
w8ben
List W-8BEN forms
curl --request GET \
  --url https://api.example.com/v2/kyc/w8ben/ \
  --header 'Authorization: Bearer <token>'
{
  "w8BenForms": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "isDigitallySigned": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK

w8BenForms
object[]