Submits a GB Consumer or AML Search

Submits a GB Consumer or AML depending on the Product provided. Validates criteria for each individual search before submitting, and may return a list of error strings instead.

SecuritybearerToken
Request
Request Body schema: application/json

Select the relevant tab for the request body for one of the products AML, AMLMultiBureau or Consumer.

NOTE:' If a previous address is used in addition to current the postCode becomes required.

One of:

Search parameters for AML product

object (Connect.Identity.AmlCommonSearchCriteria)

Person search criteria

object

Contains information relevant for anti-money laundering (AML) identity verification, including contact details, banking information, and documentation status.

products
Array of strings

Enter AML for this product search

Responses
200

Success

400

Bad Request

401

Invalid Token

403

Access Forbidden

500

Server Error

post/localSolutions/GB/identitysearch
Request samples
application/json
{
  • "common": {
    },
  • "IdAml": {
    },
  • "products": [
    ],
  • "uniqueId": null
}
Response samples
application/json
{
  • "correlationId": "a2093b41-b7fe-4973-8eba-78f3627168a7",
  • "uniqueId": "43d27878fa4b4e74b336a6c1b21d690d",
  • "input": {
    },
  • "common": {
    },
  • "consumerResult": {
    },
  • "errors": { }
}