Skip to main content
POST
Add an owner and its ownership edge in one request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Body

application/json

Add an owner: the person (or holding company) AND the edge that makes them one.

Two requests could not express this. An entity saved without its edge is unreachable from the ownership walk, so nothing could ever show it again — which is how editors accumulated people nobody could see.

entity
EntityDraftWrite · object
required

Create or partially update an entity from the KYB draft editor.

ownershipPercentage
Required range: 0 < x <= 100
targetEntityId
string<uuid> | null
hasControl
boolean
default:false
isDirector
boolean
default:false
isSigner
boolean
default:false

Response

Successful Response

Both halves of the owner that was just created, with their ids.

entity
EntityData · object
required
relationship
EntityRelationshipDraftData · object
required