Retrieve a link
Response
Example response
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"access_token": "****************************7610",
"created_at": "2022-06-07T15:00:00Z",
"updated_at": "2022-06-30T15:00:00Z",
"deleted_at": "2022-06-30T15:00:00Z",
"tracking_info": "user123456",
"status": "new",
"user_external_id": "user123456",
"provider_id": "adp",
"provider": {
"id": "adp",
"name": "ADP"
},
"company_mapping": {
"id": "meta",
"name": "Meta"
},
"link_hash": "bc917458a3da4b2c8cc8282aa1707aaa",
"allowed_products": [
"income"
],
"initial_product_type": "income",
"data_source": "payroll"
}Changes
Changed in 1 of the 11 revisions of this API.16
- ▲
the
company_mapping/nameresponse property's maxLength was increased from128to255for the response status200response-property-max-length-increased
- ●
added the new
creditenum value to theallowed_products/items/response property for the response status200response-property-enum-value-added
- ●
added the new
creditenum value to thedata_sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
creditenum value to theinitial_product_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
educationenum value to theallowed_products/items/response property for the response status200response-property-enum-value-added
- ●
added the new
educationenum value to thedata_sourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
educationenum value to theinitial_product_typeresponse property for the response status200response-property-enum-value-added
- ▲