Create Link Token
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}}", "client_name"=>"Insert Client name here", "country_codes"=>["US"], "language"=>"en", "user"=>{"client_user_id"=>"unique_user_id"}, "products"=>["auth"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |