Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.3 KB

LinkTokenGetResponse.md

File metadata and controls

17 lines (12 loc) · 1.3 KB

LinkTokenGetResponse

LinkTokenGetResponse defines the response schema for /link/token/get

Properties

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]

[Back to Model list] [Back to API list] [Back to README]