Overview
Links have an ID value and anaccess_token. Together, these retrieve data from a user’s account. Exchange the public_token value during authentication while implementing Transcrypts Bridge. Access tokens are for sensitive operations, such as generating reports.
Link Attributes
The following table describes Account Link properties:| Attribute | Type | Description |
|---|---|---|
| id | string | Unique ID of Link |
| created_at | string | ISO 8601 value for when Link was created |
| updated_at | string | ISO 8601 value for when Link was last updated |
| tracking_info | string | Optional tracking information provided by a partner |
| status | string | Status from Connection Lifecycle related to account Link |
| user_external_id | bool | External ID of user provided by a partner |
| provider_id | string | Data provider ID |
| link_hash | string | Unique hash for user credentials when creating link |