v1
latestOpenAPI 3.0.02026-07-241220330.3 KBJourneys
Create Journey Application
Create a journey application for one or more entities.
post/journeys/{journey_token}/applications
Request body
Example request
{
"entities": [
{
"external_entity_id": "my_system_entity_id_123",
"data": {
"name_first": "John",
"name_middle": "Franklin",
"name_last": "Doe",
"birth_date": "1990-01-25",
"document_ssn": 111223333,
"email_address": "john@alloy.com",
"phone_number": 8443825569,
"ip_address_v4": "42.206.213.70",
"addresses": [
{
"type": "primary",
"line_1": "41 E. 11th",
"line_2": "2nd floor",
"city": "New York",
"state": "NY",
"postal_code": 10003,
"country_code": "US"
}
],
"meta": {
"user_type": "vip"
}
},
"entity_type": "person",
"branch_name": "persons"
},
{
"external_entity_id": "my_system_entity_id_345",
"data": {
"business_name": "Acme Corporation",
"business_federal_ein": 122334455,
"business_phone_number": 111222333,
"business_url": "https://www.acmeco.com/",
"addresses": [
{
"type": "business_primary",
"line_1": "41 E. 11th",
"line_2": "2nd floor",
"city": "New York",
"state": "NY",
"postal_code": 10003,
"country_code": "US"
}
],
"representatives": [
{
"name_first": "John",
"name_middle": "Franklin",
"name_last": "Doe",
"type": "principal_owner",
"birth_date": "1990-01-25",
"document_ssn": 111223333,
"email_address": "john@alloy.com",
"phone_number": 8443825569,
"ownership_percentage": 40,
"addresses": [
{
"type": "primary",
"line_1": "41 E. 11th",
"line_2": "2nd floor",
"city": "New York",
"state": "NY",
"postal_code": 10003,
"country_code": "US"
}
]
}
],
"meta": {
"sic_code": 1531
}
},
"entity_type": "business",
"branch_name": "businesses"
}
],
"external_group_id": "my_system_group_id_456"
}