Skip to main content
POST
Furnish KYB certificate data via structured JSON

Authorizations

Authorization
string
header
required

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

Body

application/json
network_id
string<uuid>
required

Network scope for the furnishing.

subnetwork_name
string
required

Subnetwork name for policy resolution.

application_date
string
required

Application date for policy resolution.

records
KYBCertificateFurnishRecord · object[]
required

One or more business records to furnish.

Response

Successful Response

success
boolean
default:true
submission_id
string<uuid> | null
profile_ids
string<uuid>[] | null
counts
Counts · object | null