itemGet

POST {{baseUrl}}/item/get

Returns information about the status of an Item.

Request Body

{"access_token"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;item&quot;:{&quot;item_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;webhook&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;error&quot;:{&quot;error_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_message&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_message&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;causes&quot;:[&quot;\u003cobject\u003e&quot;,&quot;\u003cobject\u003e&quot;],&quot;status&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;documentation_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;suggested_action&quot;:&quot;\u003cstring\u003e&quot;},&quot;available_products&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;billed_products&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;consent_expiration_time&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;update_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;institution_id&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;products&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:{&quot;investments&quot;:{&quot;last_successful_update&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_failed_update&quot;:&quot;\u003cstring,null\u003e&quot;},&quot;transactions&quot;:{&quot;last_successful_update&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_failed_update&quot;:&quot;\u003cstring,null\u003e&quot;},&quot;last_webhook&quot;:{&quot;sent_at&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;code_sent&quot;:&quot;\u003cstring,null\u003e&quot;}}}