Skip to main content
POST
/
bank-linking
/
connections
/
import
Import existing connections with a service provider
curl --request POST \
  --url https://api-sb.meld.io/bank-linking/connections/import \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connections": []
}
'
{
  "requestId": "<string>"
}

Authorizations

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

Body

application/json
connections
object[]
required

Import details for the connections specific to the service provider

Minimum array length: 1

A provider's connection info

Response

Request for import has been accepted

requestId
string

The id of this request