Skip to main content

Overview

A bridge token represents a temporary credential required to initialize Transcrypts Bridge. It is a short-lived token that is required to open Transcrypts Bridge.

Bridge Token Attributes

AttributeTypeDescription
bridge_tokenstringUnique identifier for the token
tracking_infostringData associated with the current user
product_typestringPrimary product classification
data_sourcesarrayList of data sources (defaults applied if blank)
use_casestringConnection purpose for billing purposes
template_idstringCustomization template identifier
allowed_productsarrayPermitted product types for linked account
company_mapping_idstringCompany ID for skipping search (deeplinking)
provider_idstringProvider ID for skipping search (deeplinking)
access_tokenstringToken for existing Link data refresh
accountobjectBank account data for deposit switching/lending

Endpoints

Example Response

{
  "bridge_token": "2f67984a110747d190c39e1022c81837",
  "tracking_info": "any data for tracking current user",
  "client_name": "Transcrypts Demo",
  "product_type": "income",
  "allowed_products": [
    "income",
    "deposit_switch"
  ],
  "company_mapping_id": "99dd17074ac94aa9ace2621d657c7610",
  "access_token": "99dd17074ac94aa9ace2621d657c7610"
}