Create Liabilities public token [Sandbox only]

POST https://{{env_url}}/sandbox/public_token/create

Creates an Item in the sandbox environment. You will get back a public_token and a request_id.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "institution_id"=>"ins_19", "initial_products"=>["liabilities"], "options"=>{"webhook"=>"https://www.genericwebhookurl.com/webhook"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"public_token":"public-sandbox-e074761d-579a-4744-9f17-1729b92ded84","request_id":"d2fiTy8P44MDDaM"}