Last updated 8 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
/api/v1/queries/connected-entities
Successfully retrieved entities list
Invalid credentials
Internal server error
curl -L \ --url 'https://api.finlink.vumi.io/api/v1/queries/connected-entities' \ --header 'Authorization: Bearer JWT'
[ { "id": "santander", "name": "Santander", "type": "BANK" } ]