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
get
/aggregators/my-accounts
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdstringRequired
Responses
delete
/aggregators/my-accounts/{accountId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
delete
/aggregators/unlink-banking-connection

Last updated

Was this helpful?