LinkDeliveryGetRequest defines the response schema for /link_delivery/get
Name | Type | Description | Notes |
---|---|---|---|
status | LinkDeliverySessionStatus | ||
created_at | datetime | Timestamp in ISO 8601 format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Hosted Link session was created at. | |
request_id | str | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
completed_at | datetime, none_type | Timestamp in ISO 8601 format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the time the given Hosted Link session was completed at. | [optional] |
access_tokens | [str], none_type | An array of access tokens associated with the Hosted Link session. | [optional] |
item_ids | [str], none_type | An array of `item_id`s associated with the Hosted Link session. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |