Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
injection indicates a data injection event.New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
This event is triggered when additional data is injected into the KYC system. It is primarily used for adding or updating specific data types, such as address information. Through this event, you can track the data enrichment process of KYC profiles and update related systems accordingly.
Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"webhook_trigger": "injection",
"action": {
"type": "address",
"created_at": "YYYY-MM-DD-HH-MM-SS-ZZZ"
},
"submission_id": "{submission_id}",
"email": "email@email.com",
"kyc_status": "approved",
"applicant_id": "{applicant_id}",
"userid": "{userid}",
"cf1": "{custom_field1}",
"cf2": "{custom_field2}",
"cf3": "{custom_field3}",
"tokenId": "{token_id}"
}
injection indicates a data injection event.Was this page helpful?