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
client_namestringClient name for Truv Bridge
product_typestringIndicates main product type
allowed_productsarrayList of allowed products for account, only main type allowed if not included
company_mapping_idstringCompany ID to skip search step, see Deeplinking
access_tokenstringAccess token of existing Link, used for data refresh

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"
}