Skip to main content
Version: v2.0

API Reference

GENERIC connector API (v0.1)

Download OpenAPI specification:Download

Get all accounts

query Parameters
pageSize
integer <int64> >= 1
Default: 100
Example: pageSize=100

Number of items per page

page
integer <int64> >= 1
Default: 1
Example: page=1

Page number

sort
string
Example: sort=createdAt:asc

Sort order

createdAtFrom
string <date-time>

Filter by created at date

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get account balance

path Parameters
accountId
required
string

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "accountID": "string",
  • "at": "2019-08-24T14:15:22Z",
  • "balances": [
    ]
}

Get all beneficiaries

query Parameters
pageSize
integer <int64> >= 1
Default: 100
Example: pageSize=100

Number of items per page

page
integer <int64> >= 1
Default: 1
Example: page=1

Page number

sort
string
Example: sort=createdAt:asc

Sort order

createdAtFrom
string <date-time>

Filter by created at date

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get all transactions

query Parameters
pageSize
integer <int64> >= 1
Default: 100
Example: pageSize=100

Number of items per page

page
integer <int64> >= 1
Default: 1
Example: page=1

Page number

sort
string
Example: sort=createdAt:asc

Sort order

updatedAtFrom
string <date-time>

Filter by updated at date

Responses

Response samples

Content type
application/json
[
  • {
    }
]