Skip to main content
GET
/
v1
/
links
/
{link_id}
/
income
/
report
Retrieve Income and Employment Report
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/income/report/

Description

This endpoint retrieves the VOIE (Verification of Income and Employment) report for a specific account link.

Authentication

This endpoint requires API credentials:
  • ClientID (header)
  • AccessKey (header)

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the account link

Response

The endpoint returns a VOIE report containing income and employment verification information for the specified link. The exact response structure depends on the data available from the connected payroll or employment data source.