Name
+ùThis section contains a reference to a full list of parameters returned by Trustfull,
You can use this data catalogue as a reference in interpreting fields provided in our API responses.
General Data
Name | Description |
---|---|
customer_id | Customer id provided during the API call |
resolution_id | Resolution id which identifies user document within TRUSTFULL. |
device_request_time | The Date Time when the request was made |
webhook_url | The URL from which the call originated from |
Name Signals
Name | Type | Description |
---|---|---|
name_value |
| the full name provided during the API call Ex: John,Doe |
name_is_valid |
| Determines whether the name is a valid first and last name Ex: true |
name_gender |
| The gender derived from the first and last name Ex: F Enum: F, M |
name_score |
| A number ranging from 0 to 1000 represents the quality of the name information detected Ex: 649 |
name_score_cluster |
| A cluster summarizing the quality of the name provided Ex: very_high Enum: very_low, low, review, high, very_high |
name_risk_type |
| If the name is not valid describes the type of risk possible values are:
Ex: HUMOROUS Enum: RANDOM_TYPING, PLACEHOLDER, PLACEHOLDER_TITLE, FICTIONAL, FAMOUS, HUMOROUS, INVALID, STRING_SIMILARITY, OTHER, VULGAR, ... |
name_has_facebook |
|
Ex: true |
name_facebook_avatar_url |
|
Ex: https://... |
name_reason_codes |
| Comma separated risk and trust signal for the product name. Ex: TP001,RP001 |
name_identity_device_count |
| The number of devices identities associated with this name Ex: 2 |
name_identity_email_count |
| The number of email identities associated with this name Ex: 2 |
name_identity_msisdn_count |
| The number of phones associated with this name Ex: 2 |
name_identity_ip_count |
| The number of ip addresses associated with this phone name Ex: 2 |
For more information about how to perform an api call you can go to Name API
Updated 27 days ago