Skip to main content
WEBHOOK
companySubmit
{
  "clientId": "<string>",
  "submissionTime": "2023-11-07T05:31:56Z",
  "soleProprietor": true,
  "externalRef": "<string>"
}

Headers

Idenfy-Event-Type
enum<string>
required
Available options:
COMPANY_SUBMIT
Idenfy-Signature
string

Webhook signature

Body

application/json
clientId
string
required

A unique string identifying a client on your side.

Maximum string length: 100
submissionTime
string<date-time> | null

Date and time when KYB form submit endpoint was called.

soleProprietor
boolean
externalRef
string | null

Any additional value chosen by you.

Maximum string length: 40

Response

200

Return a 200 status to indicate that the data was received successfully.