v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBKYB > Related Entities V2 (Recommended)
Add Related Person V2
Add a related person to a business profile using the V2 format
post/verify/related_person_v2
Request body
Example request
{
"user_profile": {
"address": {
"address_street_1": "222 Palm Street",
"address_city": "Santa Monica",
"address_state": "CA",
"address_zip_code": "93251",
"address_country": "US"
},
"date_of_birth": "1984-01-21",
"email_address": "johnsmith@aiprise.com",
"phone_number": "+13334445555",
"client_reference_id": "b79160f1-3ea5-4bf0-be43-43c4a2cf8810",
"user_profile_result": "APPROVED",
"events_callback_url": "https://yourwebsite.com/aiprise-callback"
}
}Response
Successful operation