Skip to main content
GET
/
v1
/
links
/
{link_id}
/
employment
Retrieve an Employment
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/employment/

Description

Get the most recent employment data associated with a specific link ID.

Authentication

This endpoint requires API credentials to be provided in the request header:
  • ClientID (header)
  • AccessKey (header)

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the link from which to retrieve employment data

Response

The endpoint returns employment data in JSON format containing the most recent employment record associated with the provided link.