Create Assets 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_20", "initial_products"=>["assets"], "options"=>{"webhook"=>"https://www.genericwebhookurl.com/webhook"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"public_token":"public-sandbox-e074761d-579a-4744-9f17-1729b92ded84","request_id":"d2fiTy8P44MDDaM"}