For applying a projection, need to apply a query string parameter.For details, refer to key query string parameters sections
1. Endpoint
POST/Projection
2. Authentication
Include the API key in thex-api-key header:
x-api-key
3. Request Body
The request body must be in JSON format. Below are the field descriptions:string
required
Set a projection name. Underscores (_), numbers, and lowercase characters are permitted.
string
required
Set the projection mode. Currently, there is only the
exclude option.array
required
Set the list to exclude specific fields.
first_nameThe first name that was submittedlast_nameThe last name that was submittedfull_nameThe full name that was submittedfull_name_enThe English full name that was submitted (transliterated upon KYC approval, not translated)gender: male or femalenationality: Country code, ISO alpha-3date_of_birth: The submitted date of birthip_address: the address type of IPv4idType: The type of ID (e.g., driver’s license, passport)idcard_issuingCountry: Issuing country code, ISO alpha-3idcard_issueDate: Issue Date of ID (YYYY-MM-DD)idcard_expireDate: Expiry Date of ID (YYYY-MM-DD)identityNumberdocumentNumberaddress_cityaddress_countryaddress_stateaddress_streetaddress_street2address_zipcodeaddress_globalCode: Global address code (e.g., 8Q98HXPG+MP)address_compoundCode: Compound address code (e.g., HXPG+MP, Seoul, South Korea)address_formatted: Formatted detail addressaddress_input: Inputted addressaddress_detail: Inputted detail addresscf1: Custom field 1cf2: Custom field 2cf3: Custom field 3
age_groupssnNumber: Social Security Number.
* For applying the lowerCamelCase convention to the written Number once more.phoneNumber
["first_name","mid_name","last_name","full_name","idtype"]["date_of_birth","address_formatted","address_detail"]
4. Request Example
POST/Projection