Skip to main content
GET
List onboarding applications

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer
default:100

The maximum number of results to return.

Required range: 1 <= x <= 1000
Example:

200

offset
integer
default:0

The number of items to skip before returning results.

Example:

100

status
enum<string>

Filter by application status. Use commas to pass multiple values. Has to be URL encoded.

Available options:
DRAFT,
SUBMITTED,
APPROVED,
REJECTED
Example:

"DRAFT%2CSUBMITTED"

type
enum<string>

Filter by application type. Use commas to pass multiple values. Has to be URL encoded.

Available options:
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
Example:

"PRIVATE_COMPANY%2CINDIVIDUAL"

accountGroupIds

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.

Example:

"14ced961-ffa0-456b-aa54-a03a1152d78f"

Search applications by registered name, registration number, first name, last name, or email.

Example:

"Equals Money"

isActionRequired
enum<string>

Filter applications by whether they are awaiting customer action. Omit to disable the filter.

Available options:
true,
false

Response

200 - application/json

OK

count
integer
required

The total amount of records matching the querying when "limit" is ignored.

Example:

67

rows
(BusinessApplication · object | PersonalApplication · object)[]
required

List of applications matching the query criteria.

limit
integer
default:100

The maximum number of results to return.

Required range: 1 <= x <= 1000
Example:

200

offset
integer
default:0

The number of items to skip before returning results.

Example:

100