curl --request POST \
--url https://api.nuvion.tech/individual-entities \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "John Doe",
"person": {
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m"
},
"address": {
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US"
},
"identification": {
"national_id": {
"type": "SSN",
"value": "123-45-6789"
},
"drivers_license": {
"number": "DL12345678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14"
}
},
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"parent_relationship": "employee"
}
'{
"message": "Individual entity created successfully",
"status": 201,
"data": {
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "individual",
"status": "approved",
"name": "John Doe",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "employee",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": 1694520000000,
"updated": 1694520000000
},
"person": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m",
"is_pep": false,
"status": "approved",
"created": 1694520000000,
"updated": 1694520000000
},
"address": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F7",
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"line_3": null,
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US",
"owner_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"owner_type": "person",
"created": 1694520000000,
"updated": 1694520000000
},
"identification": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F8",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"national_id": {
"type": "SSN",
"value": "***6789",
"verification_status": "pending"
},
"drivers_license": {
"number": "***5678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14",
"verification_status": "pending"
},
"verification_status": "pending",
"created": 1694520000000,
"updated": 1694520000000
}
}
}Creates a new individual entity for the authenticated user or entity.
curl --request POST \
--url https://api.nuvion.tech/individual-entities \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "John Doe",
"person": {
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m"
},
"address": {
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US"
},
"identification": {
"national_id": {
"type": "SSN",
"value": "123-45-6789"
},
"drivers_license": {
"number": "DL12345678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14"
}
},
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"parent_relationship": "employee"
}
'{
"message": "Individual entity created successfully",
"status": 201,
"data": {
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "individual",
"status": "approved",
"name": "John Doe",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "employee",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": 1694520000000,
"updated": 1694520000000
},
"person": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m",
"is_pep": false,
"status": "approved",
"created": 1694520000000,
"updated": 1694520000000
},
"address": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F7",
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"line_3": null,
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US",
"owner_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"owner_type": "person",
"created": 1694520000000,
"updated": 1694520000000
},
"identification": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F8",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"national_id": {
"type": "SSN",
"value": "***6789",
"verification_status": "pending"
},
"drivers_license": {
"number": "***5678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14",
"verification_status": "pending"
},
"verification_status": "pending",
"created": 1694520000000,
"updated": 1694520000000
}
}
}Authorization header: Bearer {jwt or Secretkey}
The name of the individual entity
Details of the person associated with this entity
Show child attributes
First name of the person
Last name of the person
Date of birth in ISO format
Email address of the person
Nationality of the person
Gender of the person
Middle name of the person
Address of the person
Show child attributes
Identification documents of the person
Show child attributes
International passport details
Show child attributes
Passport number
Country that issued the passport
Date of issue in ISO format
Date of expiry in ISO format
Driver's license details
Show child attributes
License number
Country that issued the license
Date of issue in ISO format
Date of expiry in ISO format
The ULID of the parent entity
The relationship with the parent entity
Created successfully
A descriptive message indicating the result of the operation
The status of the API operation (successful, error, failed, pending)
Container for the created individual entity data
Show child attributes
Core entity information
Show child attributes
Unique identifier for the entity
Type of entity
Current status of the entity
Name of the entity (full name of individual)
Indicates if this is a root entity
ID of the associated person
ID of the user who created the entity
Context in which the entity was created
Timestamp when the entity was created
Timestamp when the entity was last updated
ID of the parent entity if applicable
Type of relationship with the parent entity
Risk assessment score for the entity
Status of sanctions checks
Personal information for the individual
Show child attributes
Unique identifier for the person
First name of the person
Last name of the person
Date of birth of the person
Email address of the person
Nationality of the person
Indicates if the person is politically exposed
Current status of the person record
Timestamp when the person record was created
Timestamp when the person record was last updated
Middle name of the person
Gender of the person
Address information for the individual
Show child attributes
Unique identifier for the address
First line of the address
City name
State or province
Postal or ZIP code
Two-letter country code
ID of the entity that owns this address
Type of entity that owns this address
Timestamp when the address was created
Timestamp when the address was last updated
Second line of the address
Third line of the address
Identification information for the individual
Show child attributes
Unique identifier for the identification record
ID of the associated person
Overall verification status for identification
Timestamp when the identification record was created
Timestamp when the identification record was last updated
National identification details
Driver's license details
Show child attributes
License number (may be partially masked)
Country that issued the license
Date when the license was issued
Date when the license expires
Status of verification for this license