List entities for app

This endpoint will return a list of the enabled entities for your current app.

List all app entities

get

Retrieve a list of all entities enabled for the current app

Authorizations
Responses
200
Successfully retrieved entities list
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