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"
}
]
}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"
}
]
}