LinkTokenGetResponse defines the response schema for /link/token/get
Name | Type | Description | Notes |
---|---|---|---|
link_token | str | A `link_token`, which can be supplied to Link in order to initialize it and receive a `public_token`, which can be exchanged for an `access_token`. | |
created_at | datetime, none_type | The creation timestamp for the `link_token`, in ISO 8601 format. | |
expiration | datetime, none_type | The expiration timestamp for the `link_token`, in ISO 8601 format. | |
metadata | LinkTokenGetMetadataResponse | ||
request_id | str | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | |
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] |