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

secondaryProfileSidstring
addressSidstring
addressDocumentSidstring
businessInfoEndUserSidstring
ar1EndUserSidstring
ar2EndUserSidstring
trustProductSidstring
secondaryProfileStatusenum
trustProductStatusenum
lastEvaluationErrorsany or null
Parsed evaluation errors from Twilio, or null
lastUpdateddatetime

Errors

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