Skip to main content
GET
/
v1
/
users
/
{userId}
/
tax-forms
Tax Forms
curl --request GET \
  --url https://api.cadanapay.com/v1/users/{userId}/tax-forms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "W8BEN",
      "formId": "30c6c36b5ae0985c1d715bbf25b878a1349cc99a",
      "createdAt": 1690339130,
      "isComplete": true,
      "isDocumentDownloadable": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Response

get user tax forms response

data
object[]