Attributes
| Attribute | Type | Description |
|---|---|---|
| id | string | Unique ID of the Link |
| created_at | string | ISO 8601 timestamp when Link was created |
| updated_at | string | ISO 8601 timestamp when Link was last updated |
| deleted_at | string | ISO 8601 timestamp when Link was deleted (if applicable) |
| tracking_info | string | Optional tracking information |
| status | string | Connection status |
| user_external_id | string | External ID of user |
| provider_id | string | Data provider ID |
| provider | object | Provider details (id, name, logo_url) |
| link_hash | string | Unique hash for user credentials |
| allowed_products | array of strings | Products enabled for this Link |
| initial_product_type | string | Product type used when creating the Link |
| data_source | string | Data source type (payroll, financial_accounts, etc.) |
List response attributes
| Attribute | Type | Description |
|---|---|---|
| count | integer | Total number of links |
| next | string | URL to next page (null if last page) |
| previous | string | URL to previous page (null if first page) |
| results | array of objects | Link records |