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:
| Parameter | Example | Description |
|---|---|---|
| source | - | List of database verification source results. |
| source.name | MATCHING | Type of the database verification use case (MATCHING). |
| source.status | FINISHED | Processing status of the source (FINISHED / FAILED). |
| source.sourceName | Australia Residential | Name of the source/database. |
| source.sourceType | MARKETING | Type of the source/database (MARKETING / GOVERNMENT). |
| source.sourceMatchResult | NO_MATCH | Overall 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
No recorded changes to this endpoint across all 1 revision of this API.