Skip to main content
POST
/
bank-linking
/
connections
/
{connectionId}
/
update
Update a connection
curl --request POST \
  --url https://api-sb.meld.io/bank-linking/connections/{connectionId}/update \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "products": []
}'
{
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Path Parameters

connectionId
string
required

Connection id

Body

application/json
products
enum<string>[]
required

List of products to add retroactively to the connection.

Minimum array length: 1
Available options:
BALANCES,
IDENTIFIERS,
INVESTMENT_HOLDINGS,
INVESTMENT_TRANSACTIONS,
OWNERS,
TRANSACTIONS

Response

Request for adding products to connection has been accepted

requestId
string

The id of this request