Update identity verification in batch
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Authorization
Request
This endpoint expects a list of objects.
verification_id
Unique identifier for a identity verification belonging to a identity verification. This is the primary key for a identity verification and should be unique across all identity verifications. Updates to a identity verification should be made using this identifier.
timestamp
Original timestamp relating to this IDV information creation/change
verification_provider
what verification provider verified those attributes for the person or company. If this is an internal process, mention the name of your company.
verified_data
verification_overall_outcome
Result of IDV screening returned from provider
verification_type
Allowed values:
Response
Identity verifications updated successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.