API Endpoints

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
post
/aggregators/token-link
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
thirdPartyConnectionbooleanOptionalExample: true
Responses
post
/aggregators/banking-connection
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
accountIdstringRequiredExample: MyAccountId
Responses
post
/aggregators/banking-account-connection
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation.

application/json
get
/aggregators/my-accounts
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdstringRequired
Responses
200

Successful Operation.

application/json
ResponseanyExample: {"statusCode":200}
delete
/aggregators/my-accounts/{accountId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation.

application/json
ResponseanyExample: {"statusCode":200}
delete
/aggregators/unlink-banking-connection

Last updated

Was this helpful?