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.

Recent Requests
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
enum

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. INDIVIDUAL -> individual consumer
  8. PCM_INDIVIDUAL -> partner clearing model individual consumer
  9. PCM_BUSINESS -> partner clearing model business consumer
string
enum

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
Allowed:
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
externalRef
array of strings
deprecated

A list of external references to filter

externalRef
externalReference
array of objects

A list of external references to filter

externalReference
string
enum

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

Allowed:
string
length ≥ 1
string

Customer registration number

string
enum

Customer legal entity

Allowed:
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
enum

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

Allowed:
string
length ≥ 1
string

Person's prefix

date

Person's date of birth

string
enum

Type of additional personal identifier

Allowed:
string
length ≥ 1

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
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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