Merge · Schema

linkToken_createForRegisteredUser_Response_201

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
link_token string
magic_link_url string URL that opens a hosted authentication page. Share this with the user so they can connect their account in a browser.
View JSON Schema on GitHub

JSON Schema

merge-linktoken-createforregistereduser-response-201-schema.json Raw ↑
{
  "$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."
    }
  }
}