Upsert business info

Creates or updates the business verification profile and enqueues a background worker that provisions the Twilio Secondary Customer Profile. Returns 202 with the current profile snapshot.

Authentication

api-keystring

Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
Notification email for verification status updates
addressobjectRequired
businessInformationobjectRequired
authorizedRep1objectRequired
friendlyNamestringOptional
Optional display name for the business profile
authorizedRep2objectOptional

Response

Accepted — profile saved, background processing started

secondaryProfileSidstringOptional
addressSidstringOptional
addressDocumentSidstringOptional
businessInfoEndUserSidstringOptional
ar1EndUserSidstringOptional
ar2EndUserSidstringOptional
trustProductSidstringOptional
secondaryProfileStatusenumOptional
trustProductStatusenumOptional
lastEvaluationErrorsany or nullOptional
Parsed evaluation errors from Twilio, or null
lastUpdateddatetimeOptional

Errors

400
Bad Request Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error