Skip to main content
POST
/
api
/
integrations
/
saltedge
/
connect
Start SaltEdge connect flow
curl --request POST \
  --url https://app.narrativebanking.com/api/integrations/saltedge/connect \
  --header 'Authorization: Bearer <token>'
{
  "connect_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Connection URL response

connect_url
string<uri>