/api/conversations/{conversationId}/databaseVerification/infoRetrieving 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. |
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversationId | path | string | Required | Conversation ID |
Responses
Database verification results available
application/vnd.authologic.v1.1+jsonJSONsourcearray<DatabaseVerificationSource> required List of database verification source results
Bad Request
application/vnd.authologic.v1.1+jsonJSONBadRequestApiErrorMethodArgumentNotValidErrorMethodArgumentTypeMismatchErrorConstraintViolationErrorCustomValidationApiErrorOperationNotSupportedApiFieldErrorMissingHeaderApiErrorExhaustion of the plan or limitations related to non-payment
Forbidden
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation not found
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Conversation is unavailable
application/vnd.authologic.v1.1+jsonJSONstatusstring required Response status
messagestring required Descriptive error message
violationsarray<Violation> required Validation error list
statusDetailstringResponse status detailed information
Server side error