Skip to main content
PATCH
Update one ownership edge in the KYB graph

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

Path Parameters

relationship_id
string<uuid>
required

Body

application/json

Editable relationship terms; endpoints and consent status stay fixed.

ownershipPercentage
Required range: 0 < x <= 100
hasControl
boolean | null
isDirector
boolean | null
isSigner
boolean | null
title
string | null

Office held in the target company, for example 'Director'.

Maximum string length: 255

Response

Successful Response

id
string<uuid>
required
sourceEntityId
string<uuid>
required
targetEntityId
string<uuid>
required
hasControl
boolean
required
isDirector
boolean
required
isSigner
boolean
required
ownershipPercentage
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
title
string | null
status
enum<string>
default:active

Consent state for a KYB ownership or authority relationship.

Available options:
pending,
active,
revoked
verifications
EntityProviderVerificationData · object[]