Database Verification

Retrieving the database verification product information relating to the conversation

Returns information about how the database verification process is performed for the given conversation ID. Results are available when the appropriate callback is received, or when the databaseVerification status reaches FINISHED OR FAILED.

Response Content

Detailed description of returned fields:

ParameterExampleDescription
source-List of database verification source results.
source.nameMATCHINGType of the database verification use case (MATCHING).
source.statusFINISHEDProcessing status of the source (FINISHED / FAILED).
source.sourceNameAustralia ResidentialName of the source/database.
source.sourceTypeMARKETINGType of the source/database (MARKETING / GOVERNMENT).
source.sourceMatchResultNO_MATCHOverall match result (FULL_MATCH / PARTIAL_MATCH / NO_MATCH).
source.errors[SOURCE_UNAVAILABLE]Information about the causes of errors. The content depends on the specific verification source.
get/api/conversations/{conversationId}/databaseVerification/info

Path parameters

conversationIdstring required

Conversation ID

Response

Database verification results available

Changes