v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Onboarding

Retrieve uploaded data and status of all customers onboarding

Permissions required: Onboarding

List all customers onboarding application status, missing information and previously uploaded information.

get/onboarding/customers

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

Customers onboarding application status and errors

Example response

{
  "page": {
    "next": "<next page url>"
  }
}