List bank account applications.
Returns a paginated summary of the bank account applications belonging to the calling application (tenant). Only non-sensitive fields are included so partners can observe the progress of their applications. Applicant-scoped (client-secret) tokens are not permitted.
Token types: APP | Required scopes: bank_account_application:read:org
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Query Parameters
Number of items to return (default 25, max 100).
Opaque pagination token from a previous response.
Response
Applications retrieved successfully.
A paginated response containing a page of results and navigation tokens.
The items in the current page.
A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page.
A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page.