List entities for app
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
Authorizations
Responses
200
Successfully retrieved entities list
application/json
401
Invalid credentials
application/json
500
Internal server error
application/json
get
GET /api/v1/queries/connected-entities HTTP/1.1
Host: api.finlink.vumi.io
Authorization: Bearer JWT
Accept: */*
[
{
"id": "santander",
"name": "Santander",
"type": "BANK"
}
]
Last updated