Skip to main content
POST
Link two entities 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

Body

application/json

Create or partially update a relationship in the KYB graph.

sourceEntityId
string<uuid>
required
targetEntityId
string<uuid>
required
ownershipPercentage
Required range: 0 < x <= 100
id
string<uuid> | null
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[]