{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/linkToken_createForRegisteredUser_Response_201", "title": "linkToken_createForRegisteredUser_Response_201", "type": "object", "properties": { "link_token": { "type": "string" }, "magic_link_url": { "type": "string", "description": "URL that opens a hosted authentication page. Share this with the user so they can connect their account in a browser." } } }