{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "kyc-connector.veriff.ingestion.created",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"ingestion": {
"id": "019b2184-1ca9-7dd6-b7a5-ec242def68b0",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"status": "queued",
"processes": [
"profile",
"address",
"identity",
"proof-of-address"
],
"provider": "veriff",
"parameters": {
"sessions": [
{
"processes": [
"profile",
"identity"
],
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"integrationName": "integration-abc123"
},
{
"processes": [
"address",
"proof-of-address"
],
"sessionId": "661f9511-f30c-52e5-b827-557766551111",
"integrationName": "integration-def456"
}
]
},
"createdAt": "2026-01-15T14:23:01.819Z",
"updatedAt": "2026-01-15T14:23:01.819Z"
}
}
}Webhooks
Veriff ingestion created
A new Veriff ingestion has been created.
WEBHOOK
kyc-connector.veriff.ingestion.created
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "kyc-connector.veriff.ingestion.created",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"ingestion": {
"id": "019b2184-1ca9-7dd6-b7a5-ec242def68b0",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"status": "queued",
"processes": [
"profile",
"address",
"identity",
"proof-of-address"
],
"provider": "veriff",
"parameters": {
"sessions": [
{
"processes": [
"profile",
"identity"
],
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"integrationName": "integration-abc123"
},
{
"processes": [
"address",
"proof-of-address"
],
"sessionId": "661f9511-f30c-52e5-b827-557766551111",
"integrationName": "integration-def456"
}
]
},
"createdAt": "2026-01-15T14:23:01.819Z",
"updatedAt": "2026-01-15T14:23:01.819Z"
}
}
}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
Veriff ingestion created event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?