curl --request GET \
--url https://api.dataspike.io/api/v3/applicants \
--header 'ds-api-token: <api-key>'{
"data": [
{
"applicant_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"external_id": "external_user_id_123",
"type": "Person",
"email": "[email protected]",
"phone": "+1234567890",
"system_info": {
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"dob": "1987-12-24T00:00:00.000Z",
"gender": "M",
"citizenship": "DE",
"country": "DE",
"address": "Paris, France",
"addresses": {
"residence": {
"country": "DE",
"city": "Berlin",
"postal_code": "10999",
"street": "Wiener Straße 17"
}
},
"custom_fields": {}
},
"provided_info": {
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"dob": "1987-12-24T00:00:00.000Z",
"gender": "M",
"citizenship": "DE",
"country": "DE",
"address": "Paris, France",
"addresses": {
"residence": {
"country": "DE",
"city": "Berlin",
"postal_code": "10999",
"street": "Wiener Straße 17"
}
},
"custom_fields": {}
},
"last_verification_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"verification_status": "initial",
"aml_screening_enabled": false,
"last_aml_screening_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"last_screened_at": "2023-07-18T15:32:13.000Z",
"last_risk_score": "Low",
"last_tags": [
"Finance"
],
"tg_profile": "1234567890",
"search_options": {
"risk_scores": [
"Low"
],
"tags": [
"Finance"
],
"sources": [
"<string>"
],
"fuzziness": true,
"fuzziness_level": 1,
"phonetics": true,
"mode": 0
}
}
],
"has_next": false
}Allows to retrieve a collection of existing applicant profiles within the system.
curl --request GET \
--url https://api.dataspike.io/api/v3/applicants \
--header 'ds-api-token: <api-key>'{
"data": [
{
"applicant_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"external_id": "external_user_id_123",
"type": "Person",
"email": "[email protected]",
"phone": "+1234567890",
"system_info": {
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"dob": "1987-12-24T00:00:00.000Z",
"gender": "M",
"citizenship": "DE",
"country": "DE",
"address": "Paris, France",
"addresses": {
"residence": {
"country": "DE",
"city": "Berlin",
"postal_code": "10999",
"street": "Wiener Straße 17"
}
},
"custom_fields": {}
},
"provided_info": {
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"dob": "1987-12-24T00:00:00.000Z",
"gender": "M",
"citizenship": "DE",
"country": "DE",
"address": "Paris, France",
"addresses": {
"residence": {
"country": "DE",
"city": "Berlin",
"postal_code": "10999",
"street": "Wiener Straße 17"
}
},
"custom_fields": {}
},
"last_verification_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"verification_status": "initial",
"aml_screening_enabled": false,
"last_aml_screening_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"last_screened_at": "2023-07-18T15:32:13.000Z",
"last_risk_score": "Low",
"last_tags": [
"Finance"
],
"tg_profile": "1234567890",
"search_options": {
"risk_scores": [
"Low"
],
"tags": [
"Finance"
],
"sources": [
"<string>"
],
"fuzziness": true,
"fuzziness_level": 1,
"phonetics": true,
"mode": 0
}
}
],
"has_next": false
}Current page
Limit of returned applicants per page
List of the applicants
List of an existing paginated items Object contains a list of an existing Applicant profiles
Object contains detailed information about the requested applicant, including various attributes associated with the applicant`s profile, facilitating a comprehensive understanding of their data.
Show child attributes
Applicant ID in Dataspike system
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
This is a unique identifier originating from your system, associated and linked to the corresponding Applicant ID in our system.
"external_user_id_123"
Possible types
Person, Organization, Country, Vessel, Aircraft, CryptoWallet applicant email
applicant phone number
"+1234567890"
Additional info, generated during verification process by system
Show child attributes
Full Person name, if not specified will fallback to first_name and last name
"John Doe"
First name
"John"
Last name
"Doe"
Date of birth in ISO-8601 format
"1987-12-24T00:00:00.000Z"
gender that is used in official documents
M, F "M"
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes. Currently can be set via manual fields feature via API when creating applicants. (Available in provided_info in applicant)
"DE"
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes. Country extracted from POI document. (Available in system_info in applicant)
"DE"
Applicant address, could be used for any type of applicants
"Paris, France"
List of applicant addresses, only residence for now.
Show child attributes
Detailed address
Show child attributes
ISO 3166-1 ALPHA-2 code
"DE"
City name
"Berlin"
postal code (or zip) for the address.
"10999"
Street adress line
"Wiener Straße 17"
Key - value object, values can be only strings
External data provided during applicant creation
Show child attributes
Full Person name, if not specified will fallback to first_name and last name
"John Doe"
First name
"John"
Last name
"Doe"
Date of birth in ISO-8601 format
"1987-12-24T00:00:00.000Z"
gender that is used in official documents
M, F "M"
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes. Currently can be set via manual fields feature via API when creating applicants. (Available in provided_info in applicant)
"DE"
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes. Country extracted from POI document. (Available in system_info in applicant)
"DE"
Applicant address, could be used for any type of applicants
"Paris, France"
List of applicant addresses, only residence for now.
Show child attributes
Detailed address
Show child attributes
ISO 3166-1 ALPHA-2 code
"DE"
City name
"Berlin"
postal code (or zip) for the address.
"10999"
Street adress line
"Wiener Straße 17"
Key - value object, values can be only strings
The id of last document verification
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Status of applicant's last verification. Initial if applicant doesn't have a completed verification.
initial, passed, failed Describes whether AML screening option is enabled for specified Applicant or disabled
Id of the last screening operation
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Timestamp of the last screening operation
"2023-07-18T15:32:13.000Z"
Assigned Risk Score
Low, Medium, High List of tags of the last screening operation
Possible Entity Tags
Finance, Legal, Terrorism, Criminal, PEP, Media, Social, Sanctions, UnofficialSource, Leaks, CompanyRegistry, Associate, Debarred Telegram ID linked to Applicant
"1234567890"
The Search Options functionality is intended for the customization of applicant AML monitoring
Show child attributes
Assigned Risk Score
Low, Medium, High Possible Entity Tags
Finance, Legal, Terrorism, Criminal, PEP, Media, Social, Sanctions, UnofficialSource, Leaks, CompanyRegistry, Associate, Debarred Possible Source IDs, contains all publicly available sources, constantly updated, for the most up to date list please check https://dash.dataspike.io/pep-sanctions/data-sources
A boolean flag (True/False). When set to True (default), broad matches are allowed. If set to False, only exact matches are permitted.
Controls the strictness of name matching. 0 means exact match, 1 means broad match. Recommended value is 1. Intermediate values (e.g., 0.5) can be used to fine-tune the balance between precision and scope.
0 <= x <= 1This setting enables phonetic similarity during AML searches, which is helpful for finding similar names across different languages. We generally recommend keeping this set to True.
0 - AUTO(Recommended), Automatically optimize query - full_name serves as the primary search term, unless both the first and last names are provided. In such a scenario, the combination of the first and last names becomes the primary term, and the full_name is employed to enhance the relevance of results.
1 - FULL_NAME_ONLY, ignores first_name and last_name fields, and only use full_name in search requests
2 - FIRST_AND_LAST_NAMES_ONLY, ignores full_name field and uses only combination of first_name and last_name in search requests
0, 1, 2 This property serves as an indicator of whether there is a next page available in the paginated result