A request requires a name, or first name and last name, at least one valid dataset, at least one valid countrycode and a threshold. Length of name or combination of first name, middle name and last name must not exceed 200 characters. If user is providing first name, middle name and last name combination, the max characters limit includes the formatted name in this format lastname, firstname middlename. User will be deducted 1 credit for each search.
Success
Bad Request
Unauthorized
Forbidden
{- "countryCodes": [
- "string"
], - "threshold": 0,
- "name": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24",
- "gender": "string",
- "pepTiers": [
- "string"
], - "datasets": [
- "string"
]
}
{- "downloadUrl": "string",
- "fileName": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}