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.
Query parameters
ID of Customer(s) to fetch
ID of Customer(s) to fetch
List of delegate IDs to retrieve linked customers
Query parameter. ID, name or external reference of customer to search for
Query parameter. ID, name or external reference of customer to search for
Type to filter, can be one of:
- LLC -> limited company
- PLC -> publicly listed company
- SOLETRADER -> sole trader
- OPARTNRSHP -> ordinary partnership
- LPARTNRSHP -> limited partnership
- LLP -> limited liability partnership
- INDIVIDUAL -> individual consumer
- PCM_INDIVIDUAL -> partner clearing model individual consumer
- PCM_BUSINESS -> partner clearing model business consumer
Type to filter, can be one of:
- LLC -> limited company
- PLC -> publicly listed company
- SOLETRADER -> sole trader
- OPARTNRSHP -> ordinary partnership
- LPARTNRSHP -> limited partnership
- LLP -> limited liability partnership
- INDIVIDUAL -> individual consumer
- PCM_INDIVIDUAL -> partner clearing model individual consumer
- PCM_BUSINESS -> partner clearing model business consumer
Verification Status to filter, can be one of:
- UNVERIFIED -> no verification checks have been completed
- VERIFIED -> verification checks completed satisfactorily
- EXVERIFIED -> verification completed externally
- REFERRED -> verification is pending manual review
- DECLINED -> verification is complete with a negative result
- REVIEWED -> verification check has been reviewed
Verification Status to filter, can be one of:
- UNVERIFIED -> no verification checks have been completed
- VERIFIED -> verification checks completed satisfactorily
- EXVERIFIED -> verification completed externally
- REFERRED -> verification is pending manual review
- DECLINED -> verification is complete with a negative result
- REVIEWED -> verification check has been reviewed
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
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
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
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
Page to fetch (0 indexed)
Page to fetch (0 indexed)
Size of Page to fetch
Size of Page to fetch
Sort by field. Sorted by createdDate if not present
Sort by field. Sorted by createdDate if not present
Sorting order:
- asc -> ascendant
- desc -> descendant
Sorting order:
- asc -> ascendant
- desc -> descendant
A list of external references to filter
A list of external references to filter
A list of external references to filter
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
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
Customer registration number
Customer registration number
Customer legal entity
Customer legal entity
Business unit the customer contracts with
The Modulr business unit with which the customer has contracted
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
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
Person's first name initial
Person's first name initial
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
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
Person's prefix
Person's prefix
Person's date of birth
Person's date of birth
Type of additional personal identifier
Type of additional personal identifier
Personal identifier value
Personal identifier value
List of types to filter, can be one of:
- DIRECTOR -> director
- PARTNER -> partner
- CSECRETARY -> company secretary
- SOLETRADER -> sole trader
- BENE_OWNER -> beneficial owner
- C_INTEREST -> controlling interest
- INDIVIDUAL -> individual
- PCM_INDIVIDUAL -> pcm individual
- SIGNATORY -> signatory
- TRUST_SETTLOR -> trust settlor
- TRUST_BENEFICIARY -> trust beneficiary
- TRUST_TRUSTEE -> trust trustee
List of types to filter, can be one of:
- DIRECTOR -> director
- PARTNER -> partner
- CSECRETARY -> company secretary
- SOLETRADER -> sole trader
- BENE_OWNER -> beneficial owner
- C_INTEREST -> controlling interest
- INDIVIDUAL -> individual
- PCM_INDIVIDUAL -> pcm individual
- SIGNATORY -> signatory
- TRUST_SETTLOR -> trust settlor
- TRUST_BENEFICIARY -> trust beneficiary
- TRUST_TRUSTEE -> trust trustee
Response
OK
Example response
{
"content": [
{
"id": "C00000001",
"associates": [
{
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
]
}
],
"documentInfo": [
{
"uploadedDate": "2017-01-28T01:01:01+0000"
}
],
"createdDate": "2017-01-28T01:01:01+0000",
"delegate": {
"id": "D0000001",
"roleId": "R02002M5",
"partner": "R0000001",
"created": "2017-01-28T01:01:01+0000",
"updated": "2017-01-28T01:01:01+0000"
},
"complianceSector": "Agency Lite Consumer"
}
]
}