Create Item Custom [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"=>["transactions"], "options"=>{"webhook"=>"https://www.genericwebhookurl.com/webhook", "override_username"=>"user_custom", "override_password"=>"{\"force_error\": \"USER_SETUP_REQUIRED\"}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

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