List onboarding applications
Returns a paginated list of onboarding applications. Results are sorted by createdAt descending (newest first).
Authorizations
Query Parameters
The maximum number of results to return.
1 <= x <= 1000200
The number of items to skip before returning results.
100
Filter by application status. Use commas to pass multiple values. Has to be URL encoded.
DRAFT, SUBMITTED, APPROVED, REJECTED "DRAFT%2CSUBMITTED"
Filter by application type. Use commas to pass multiple values. Has to be URL encoded.
PRIVATE_COMPANY, SOLE_TRADER, PUBLIC_COMPANY_LISTED, PUBLIC_COMPANY_UNLISTED, PARTNERSHIP, CHARITY, NON_PROFIT, SOCIAL_ENTERPRISE, PENSION, FUND, TRUST, SEGREGATED_PORTFOLIO_COMPANY, COOPERATIVE, OTHER, INDIVIDUAL "PRIVATE_COMPANY%2CINDIVIDUAL"
Scope the result to these account groups, in addition to the requesting product. An application is returned when it belongs to the requesting product OR to one of these account groups — so applications that carry only an account group and no product are included. Use commas to pass multiple values. Omit to scope by product alone.
"14ced961-ffa0-456b-aa54-a03a1152d78f"
Search applications by registered name, registration number, first name, last name, or email.
"Equals Money"
Filter applications by whether they are awaiting customer action. Omit to disable the filter.
true, false Response
OK
The total amount of records matching the querying when "limit" is ignored.
67
List of applications matching the query criteria.
- BusinessApplication
- PersonalApplication
The maximum number of results to return.
1 <= x <= 1000200
The number of items to skip before returning results.
100