Create Link Token - Plaid Check

POST https://{{env_url}}/link/token/create

Creates a link token with options. The link token can then be used to initialize Plaid Link.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "user_token"=>"{{user_token}}", "client_name"=>"Insert Client name here", "country_codes"=>["US"], "language"=>"en", "user"=>{"client_user_id"=>"unique_user_id"}, "products"=>["cra_income_insights", "cra_base_report", "cra_partner_insights"], "consumer_report_permissible_purpose"=>"ACCOUNT_REVIEW_CREDIT", "cra_options"=>{"days_requested"=>60}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring