Skip to main content
POST
/
certificates
/
kyb
/
furnish
/
api
Furnish KYB certificate data via structured JSON
curl --request POST \
  --url https://api.example.com/certificates/kyb/furnish/api \
  --header 'Content-Type: application/json' \
  --data '
{
  "program_name": "<string>",
  "application_date": "<string>",
  "records": [
    {
      "business_legal_name": "<string>",
      "business_ein": "<string>",
      "business_cross_reference_id": "<string>"
    }
  ]
}
'
{
  "success": true,
  "submission_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json
program_name
string
required

Program 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