Last updated 10 months ago
This endpoint will return a list of the enabled entities for your current app.
Retrieve a list of all entities enabled for the current app
Represents an entity supported by your app
GET /api/v1/queries/connected-entities HTTP/1.1 Host: api.finlink.vumi.io Authorization: Bearer JWT Accept: */*
Successfully retrieved entities list
[ { "id": "santander", "name": "Santander", "type": "BANK" } ]