Skip to main content
GET
/
v1
/
links
/
{link_id}
/
employments
List All Employments
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/employments/

Description

The endpoint returns a list of all employments associated with a specific account link. This allows you to access complete employment history data for a linked user account.

Authentication

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

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the account link

Response

The endpoint returns employment records in JSON format containing employment history details for the specified link.