Metadata

Retrieving media file that was collected during the identification process

Returns stream of media file (images, videos, pdf reports etc.) collected during identification process.

If the answer is successful, the data stream will be provided along with the following key HTTP headers:

HeaderExampleDescription
content-dispositionattachment; filename = 9db8a804-4570-403e-9da6-162e608585e8_idi_ID_CARD_BACK.pngThe file name is generated based on information about the media file.
content-typeimage / pngThe type of multimedia file content, similar to the one presented in the information about the given file.
status200Response status.

In case of a wrong answer, the error information will be passed in the format application/vnd.authologic.v1.1+json.

get/api/conversations/{conversationId}/identity/metadata/media/{id}

Path parameters

conversationIdstring required

Conversation ID

idstring required

Media ID

Response

Information available

Changes

No recorded changes to this endpoint across all 1 revision of this API.