Bridge Token

Create tokens with the API to use Truv Bridge in your integration.

Attributes

A bridge_token is a short-lived token that is required to open Truv Bridge.

Bridge Token Attributes

The attributes of the Bridge Token are below.

AttributeTypeDescription
bridge_tokenstringUnique ID of Bridge Token
tracking_infostringInformation to associate with current user
product_typestringIndicates main product type
data_sourcesarrayList of data sources for the provided product type. Leave blank to apply default values.
use_casestringUse case for the connection which will be used for billing.
template_idstringAn ID of a customization template. Leave blank to apply default values.
allowed_productsarrayList of allowed product types for linked account, only main type is allowed if not included
company_mapping_idstringCompany ID to skip search step, see Deeplinking
provider_idstringProvider ID to skip search step, see Deeplinking
access_tokenstringAccess token of existing Link, used for data refresh with re-authentication
accountobjectBank account info. Used for Direct deposit switching and Paycheck linked lending

Endpoints

Below is the available endpoint list for creating a bridge_token.

Example response

The example object below is from the Create Bridge Token endpoint.

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