Skip to main content
GET
/
api
/
integrations
List user integrations
curl --request GET \
  --url https://app.narrativebanking.com/api/integrations \
  --header 'Authorization: Bearer <token>'
{
  "integrations": [
    {
      "id": "42",
      "integration_type": "saltedge",
      "status": "active",
      "provider_name": "saltedge"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

integration_type
string

Response

Integrations payload

integrations
object[]