{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.kyb.associated-person.created",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"userId": "123e4567-e89b-12d3-a456-426614174000",
"associatedPerson": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"processes": {
"profile": {
"code": "profile",
"status": "pending",
"input": {
"type": "beneficial-owner",
"fullName": "John Doe",
"role": "CEO"
}
},
"identity": {
"code": "identity",
"status": "pending",
"type": "none"
},
"proofOfAddress": {
"code": "proof-of-address",
"status": "pending",
"type": "none"
}
},
"createdAt": "2021-01-01T00:00:00.000Z"
}
}
}Webhooks
Associated person created
An associated person has been created.
WEBHOOK
core.kyb.associated-person.created
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.kyb.associated-person.created",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"userId": "123e4567-e89b-12d3-a456-426614174000",
"associatedPerson": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"processes": {
"profile": {
"code": "profile",
"status": "pending",
"input": {
"type": "beneficial-owner",
"fullName": "John Doe",
"role": "CEO"
}
},
"identity": {
"code": "identity",
"status": "pending",
"type": "none"
},
"proofOfAddress": {
"code": "proof-of-address",
"status": "pending",
"type": "none"
}
},
"createdAt": "2021-01-01T00:00:00.000Z"
}
}
}Authorizations
OAuth 2.0 authentication.
Headers
The unique identifier of the webhook.
The timestamp of the webhook, in seconds after the Unix epoch.
The signature of the webhook.
Body
application/json
KYB associated person created event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?