Retrieve customers using filters

Either using unique references, such as customer ID, or filter parameters, such as verification status, get details of any customers found.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
id
array of strings

ID of Customer(s) to fetch

id
delegateId
array of strings

List of delegate IDs to retrieve linked customers

delegateId
string

Query parameter. ID, name or external reference of customer to search for

string

Type to filter, can be one of:

  1. LLC -> limited company
  2. PLC -> publicly listed company
  3. SOLETRADER -> sole trader
  4. OPARTNRSHP -> ordinary partnership
  5. LPARTNRSHP -> limited partnership
  6. LLP -> limited liability partnership
  7. CHARITY -> charity
  8. INDIVIDUAL -> individual consumer
  9. PCM_INDIVIDUAL -> partner clearing model individual consumer
  10. PCM_BUSINESS -> partner clearing model business consumer
string

Verification Status to filter, can be one of:

  1. UNVERIFIED -> no verification checks have been completed
  2. VERIFIED -> verification checks completed satisfactorily
  3. EXVERIFIED -> verification completed externally
  4. REFERRED -> verification is pending manual review
  5. DECLINED -> verification is complete with a negative result
  6. REVIEWED -> verification check has been reviewed
string

Customers created after and on this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

string

Customers created before and on this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

int32
≥ 0

Page to fetch (0 indexed)

int32
≤ 500

Size of Page to fetch

string

Sort by field. Sorted by createdDate if not present

string

Sorting order:

  1. asc -> ascendant
  2. desc -> descendant
externalReference
array of objects

A list of external references to filter

externalReference
string

WORD_MATCH - using word boundaries,
WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match,
PREFIX - same case prefix,
SUFFIX - same case suffix,
CONTAINS - same case contains
EXACT - same case exact

string
string

Customer registration number

string

Customer legal entity

addressLines
array of strings

Set of the address lines. If specified, they must be present in the address line 1 or in the address line 2.
Search results by number may include numbers with any suffix

addressLines
string
string
string
string
length between 1 and 1

Person's first name initial

string

WORD_MATCH - using word boundaries,
WORD_MATCH_ALPHANUMERIC - using word boundaries, but replaces non-alphanumeric characters in the search with a word boundary match,
PREFIX - same case prefix,
SUFFIX - same case suffix,
CONTAINS - same case contains
EXACT - same case exact

string
string

Person's prefix

date

Person's date of birth

string

Type of additional personal identifier

string

Personal identifier value

associateTypes
array of strings

List of types to filter, can be one of:

  1. DIRECTOR -> director
  2. PARTNER -> partner
  3. CSECRETARY -> company secretary
  4. SOLETRADER -> sole trader
  5. BENE_OWNER -> beneficial owner
  6. C_INTEREST -> controlling interest
  7. INDIVIDUAL -> individual
  8. PCM_INDIVIDUAL -> pcm individual
  9. SIGNATORY -> signatory
  10. TRUST_SETTLOR -> trust settlor
  11. TRUST_BENEFICIARY -> trust beneficiary
  12. TRUST_TRUSTEE -> trust trustee
associateTypes
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*