Skip to main content
GET
/
v2
/
kyc
/
w8ben
/
{w8ben-id}
Get W-8BEN form by ID
curl --request GET \
  --url https://api.example.com/v2/kyc/w8ben/{w8ben-id} \
  --header 'Authorization: Bearer <token>'
{
  "w8BenUrl": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

w8ben-id
string<uuid>
required

Query Parameters

subAccountId
string<uuid>

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

Response

OK

w8BenUrl
string