v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBKYB > Profile Management
Create Business Profile
Create a business profile that you would like to track over time. You can run verifications against this business any number of times in the future. Use this endpoint and add officers to also KYC the officers.
post/verify/create_business_profile
Request body
Example request
{
"name": "AiPrise",
"alternate_name": "AiPrise Inc",
"website": "www.aiprise.com",
"formation_date": "1999-03-21",
"country_code": "US",
"addresses": [
{
"address_street_1": "222 Palm Street",
"address_city": "Santa Monica",
"address_state": "CA",
"address_zip_code": "93251",
"address_country": "US"
}
],
"phone_numbers": [
"+13334445555"
],
"client_reference_id": "b79160f1-3ea5-4bf0-be43-43c4a2cf8810",
"callback_url": "https://yourwebsite.com/aiprise-callback",
"events_callback_url": "https://yourwebsite.com/aiprise-callback"
}Response
Successful operation