Complete a links request

PATCH {{baseUrl}}/api/links/

Documentation πŸ“–

In the Complete links request, we send through the session and link IDs (that we retrieved from the 428 - Token required response) along with the token that the institution required to complete the login process.

Once this request goes through, you will receive a 201 - Created response, indicating that the link was created.

After this, you can use the link id to retrieve account, owner, and transaction information.

Request Body

{"session"=>"{{requestSessionId_SLFMFA}}", "link"=>"{{link_id_SLFNMFA}}", "token"=>"111111"}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``