v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Beneficiary confirmation

Get account lookup by status

Get Account Lookup entities by status and other filters. Status defaults to REQUESTED.

get/account_lookups

Query parameters

pageinteger

The page number for paginated results. The value is zero-based, where 0 represents the first page.<br/> Set it to 0 to get the first page of results.

sizeinteger

Number of objects to return per page

account_lookup_statusAccountLookupStatus[]

Account Lookup status

start-datestring

The lower bound of the date-time range you want to return account lookup for, as an ISO-8601 timestamp in UTC. For example, 2018-08-06T23:13:55.997Z.

end-datestring

The upper bound of the date-time range you want to return statement information for, as an ISO-8601 timestamp in UTC For example, 2018-08-06T23:15:13.218Z.

sort_field'CREATED_DATE' | 'LAST_MODIFIED_DATE'

Attribute for how to sort the results

sort_direction'ASC' | 'DESC'

Direction of sorted results.

Response

Successfully returned response for Account Lookup

firstboolean

true if this is the first page.

lastboolean

true if this is the last page.

numberinteger

page number

numberOfElementsinteger

Number Of elements in this request

sizeinteger

page size

totalElementsinteger

Total number of elements for the given request

totalPagesinteger

Total number of pages for the given request

Example response

{
  "sort": [
    {
      "direction": "ASC",
      "nullHandling": "NULLS_FIRST",
      "ascending": true
    }
  ]
}